v0.4.0: big restructure to item sprite sheet
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user