statusbars: Add special & run energy bar types

Co-authored-by: Jordan <nightfirecat@protonmail.com>
This commit is contained in:
Malfuryent
2020-05-04 12:19:11 -07:00
committed by Tomas Slusny
parent 1165780f42
commit 643d3a4523
3 changed files with 41 additions and 1 deletions

View File

@@ -1042,6 +1042,7 @@ public final class SpriteID
public static final int MINIMAP_ORB_PRAYER_ACTIVATED = 1066;
public static final int MINIMAP_ORB_HITPOINTS_ICON = 1067;
public static final int MINIMAP_ORB_PRAYER_ICON = 1068;
public static final int MINIMAP_ORB_WALK_ICON = 1069;
public static final int MINIMAP_ORB_RUN_ICON = 1070;
public static final int MINIMAP_ORB_RUN_ICON_ACTIVATED = 1070;
public static final int MINIMAP_ORB_FRAME = 1071;