Skip to content

Commit

Permalink
interface styles: add Last Stand HD healthbars
Browse files Browse the repository at this point in the history
not sure if it'll be reused at all after leagues, but it's just a
smaller blood moon bar, so it was easy to make.
  • Loading branch information
Enriath committed Jan 4, 2025
1 parent e1baa23 commit b59940f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runelite-api/src/main/java/net/runelite/api/SpriteID.java
Original file line number Diff line number Diff line change
Expand Up @@ -1798,4 +1798,6 @@ public final class SpriteID
public static final int HISCORE_RIFTS_CLOSED = 5860;
public static final int HISCORE_DEADMAN_POINTS = 5861;
public static final int HISCORE_COLOSSEUM_GLORY = 5862;
public static final int HEALTHBAR_LAST_STAND_FRONT = 5863;
public static final int HEALTHBAR_LAST_STAND_BACK = 5864;
}
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ enum HealthbarOverride implements SpriteOverride
BLUE_MOON_BACK_90PX(HEALTHBAR_BLUE_MOON_BACK_90PX, "blue_moon_back_90px.png"),
ECLIPSE_MOON_FRONT_90PX(HEALTHBAR_ECLIPSE_MOON_FRONT_90PX, "eclipse_moon_front_90px.png"),
ECLIPSE_MOON_BACK_90PX(HEALTHBAR_ECLIPSE_MOON_BACK_90PX, "eclipse_moon_back_90px.png"),

LAST_STAND_FRONT(HEALTHBAR_LAST_STAND_FRONT, "last_stand_front.png"),
LAST_STAND_BACK(HEALTHBAR_LAST_STAND_BACK, "last_stand_back.png"),
;

@Getter
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b59940f

Please sign in to comment.