V0.2.0: more sprite work

This commit is contained in:
Evan Debenham 2014-08-21 01:28:05 -04:00
parent 13e407dacd
commit 217495bc6e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -130,7 +130,8 @@ public class ItemSpriteSheet {
public static final int RING_DIAMOND = ROW7+11; public static final int RING_DIAMOND = ROW7+11;
//Row Eight: Trinkets //Row Eight: Trinkets
//ssshhh... public static final int TRINKET_CLOAK = ROW8+0;
public static final int TRINKET_HORN = ROW8+1;
//Row Nine: Scrolls //Row Nine: Scrolls
public static final int SCROLL_KAUNAN = ROW9+0; public static final int SCROLL_KAUNAN = ROW9+0;