diff --git a/assets/icons.png b/assets/icons.png index 608d735c7..955d2ea35 100644 Binary files a/assets/icons.png and b/assets/icons.png differ diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java index 2ec280a6b..2223a9097 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java @@ -32,6 +32,7 @@ public enum Icons { TARGET, MASTERY, WATA, + SHPX, WARRIOR, MAGE, ROGUE, @@ -83,6 +84,9 @@ public enum Icons { case WATA: icon.frame( icon.texture.uvRect( 30, 16, 45, 26 ) ); break; + case SHPX: + icon.frame( icon.texture.uvRect( 64, 44, 80, 60 ) ); + break; case WARRIOR: icon.frame( icon.texture.uvRect( 0, 29, 16, 45 ) ); break;