v3.0.0: improved the cudgel's beta sprite

This commit is contained in:
Evan Debenham
2024-11-21 13:20:15 -05:00
parent adf5981785
commit f93a588781
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -222,7 +222,7 @@ public class ItemSpriteSheet {
public static final int MAGES_STAFF = WEP_TIER1+5; public static final int MAGES_STAFF = WEP_TIER1+5;
static{ static{
assignItemRect(WORN_SHORTSWORD, 13, 13); assignItemRect(WORN_SHORTSWORD, 13, 13);
assignItemRect(CUDGEL, 16, 16); assignItemRect(CUDGEL, 15, 15);
assignItemRect(GLOVES, 12, 16); assignItemRect(GLOVES, 12, 16);
assignItemRect(RAPIER, 13, 14); assignItemRect(RAPIER, 13, 14);
assignItemRect(DAGGER, 12, 13); assignItemRect(DAGGER, 12, 13);