v0.5.0: fixed a missing row in mace sprites

This commit is contained in:
Evan Debenham
2017-02-08 17:04:37 -05:00
parent e36b6327ef
commit 08664375a3

View File

@@ -151,7 +151,7 @@ public class ItemSpriteSheet {
public static final int WHIP = WEP_TIER3+5;
static{
assignItemRect(SWORD, 14, 14);
assignItemRect(MACE, 15, 14);
assignItemRect(MACE, 15, 15);
assignItemRect(SCIMITAR, 13, 16);
assignItemRect(ROUND_SHIELD, 16, 16);
assignItemRect(SAI, 16, 16);