v0.4.0: big restructure to item sprite sheet

This commit is contained in:
Evan Debenham
2016-05-13 15:25:08 -04:00
parent 3e5db4af17
commit c6233b274c
7 changed files with 219 additions and 209 deletions
@@ -25,7 +25,7 @@ import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
public class Longsword extends MeleeWeapon {
{
image = ItemSpriteSheet.LONG_SWORD;
image = ItemSpriteSheet.LONGSWORD;
}
public Longsword() {
@@ -25,7 +25,7 @@ import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
public class ShortSword extends MeleeWeapon {
{
image = ItemSpriteSheet.SHORT_SWORD;
image = ItemSpriteSheet.WORN_SHORTSWORD;
}
public ShortSword() {