v0.3.0: new sprites almost finished

This commit is contained in:
Evan Debenham 2015-05-13 20:23:58 -04:00
parent 508c23b9a4
commit 5c4dc05477
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -149,6 +149,7 @@ public class ItemSpriteSheet {
public static final int ARTIFACT_TOOLKIT = ROW8+5; public static final int ARTIFACT_TOOLKIT = ROW8+5;
public static final int ARTIFACT_SPELLBOOK = ROW8+6; public static final int ARTIFACT_SPELLBOOK = ROW8+6;
public static final int ARTIFACT_BEACON = ROW8+7; public static final int ARTIFACT_BEACON = ROW8+7;
public static final int ARTIFACT_CHAINS = ROW8+8;
//Row Nine: Artifacts with Dynamic Images //Row Nine: Artifacts with Dynamic Images
public static final int ARTIFACT_HORN1 = ROW9+0; public static final int ARTIFACT_HORN1 = ROW9+0;