Marked more spots in gui/items bitmask as being free.

This commit is contained in:
LexManos 2012-11-21 15:58:04 -08:00
parent 25a10d6fc4
commit adad5c96cf
1 changed files with 6 additions and 6 deletions

View File

@ -60,12 +60,12 @@ public class SpriteHelper
"0000000000000000" +
"0000000000000000" +
"0000000000000000" +
"0111100000000000" +
"1111100010000000" +
"0000101110000000" +
"0111000000000000" +
"1100001100001111" +
"0000000000001111" +
"0111110000000000" +
"1111111010000000" +
"0111111110000000" +
"0111111111111001" +
"1111111111111111" +
"0000011111111111" +
"0000000000000000");
spriteInfo.put("/gui/items.png", slots);
}