V0.2.0: implemented Sandals of nature sprite, Sandals final form now named greaves (was leggings)

This commit is contained in:
Evan Debenham
2014-09-15 01:34:01 -04:00
parent 61ea02d3d1
commit eb42461b03
3 changed files with 9 additions and 6 deletions
@@ -134,7 +134,7 @@ public class ItemSpriteSheet {
public static final int ARTIFACT_CLOAK = ROW8+0;
public static final int ARTIFACT_ARMBAND = ROW8+1;
public static final int ARTIFACT_CAPE = ROW8+2;
public static final int ARTIFACT_TALISMAN = 0;
public static final int ARTIFACT_TALISMAN = ROW8+3;
//Row Nine: Artifacts with Dynamic Images
@@ -148,7 +148,7 @@ public class ItemSpriteSheet {
public static final int ARTIFACT_SANDALS = ROW9+7;
public static final int ARTIFACT_SHOES = ROW9+8;
public static final int ARTIFACT_BOOTS = ROW9+9;
public static final int ARTIFACT_LEGGINGS = ROW9+10;
public static final int ARTIFACT_GREAVES = ROW9+10;
//Row Ten: Scrolls
public static final int SCROLL_KAUNAN = ROW10+0;