Changed shape of bee wings

This commit is contained in:
LCastr0 2017-03-26 08:09:58 -03:00
parent 9ee6960038
commit 1c1af8b81e

View File

@ -73,20 +73,23 @@ public class ShapeWings extends ShapeGrid implements CosmeticShape
public static final String[] BEE_WING_PATTERN = new String[]
{
"0$$000000000000000$$0",
"$##$0000000000000$##$",
"0$%%$00000000000$%%$0",
"00$##$000000000$##$00",
"00$%%%$0000000$%%%$00",
"000$###$$000$$###$000",
"0000$%%%%$$$%%%%$0000",
"0000$###########$0000",
"00000$%%%%%%%%%$00000",
"00000$#########$00000",
"00000$%%%$$$%%%$00000",
"0000$###$000$###$0000",
"0000$%%$00000$%%$0000",
"00000$$0000000$$00000"
"000$$0000000000$$000",
"00$%%$00000000$%%$00",
"0$####$000000$####$0",
"$%%%%%$000000$%%%%%$",
"$#####$000000$#####$",
"$%%%%%%$0000$%%%%%%$",
"$######$0000$######$",
"$%%%%%%$0000$%%%%%%$",
"$######$$$$$$######$",
"$%%%%%%%%%%%%%%%%%%$",
"0$################$0",
"00$%%%%$$$$$$%%%%$00",
"00$####$0000$####$00",
"0$%%%%%$0000$%%%%%$0",
"00$###$000000$###$00",
"000$%%$000000$%%$000",
"0000$$00000000$$0000"
};
public static final String[] SMALL_BUTTERFLY_WING_PATTERN = new String[]