interfacestyles: 2005-style quest tab headers

This commit is contained in:
LlemonDuck
2022-05-11 20:16:40 -04:00
committed by Jordan
parent c22ae453c2
commit 674a6d4cbe
9 changed files with 18 additions and 2 deletions

View File

@@ -1543,7 +1543,9 @@ public final class SpriteID
public static final int TAB_MAGIC_SPELLBOOK_ARCEUUS_UNUSED = 1708;
/* Unmapped: 1709, 1710 */
public static final int TAB_MAGIC_SPELLBOOK_ARCEUUS = 1711;
/* Unmapped: 1712~2175 */
/* Unmapped: 1712 */
public static final int TAB_QUESTS_ORANGE_ADVENTURE_PATHS = 1713;
/* Unmapped: 1714~2175 */
public static final int HEALTHBAR_DEFAULT_FRONT_30PX = 2176;
public static final int HEALTHBAR_DEFAULT_BACK_30PX = 2177;
public static final int HEALTHBAR_DEFAULT_FRONT_50PX = 2178;
@@ -1560,8 +1562,14 @@ public final class SpriteID
public static final int HEALTHBAR_DEFAULT_BACK_140PX = 2189;
public static final int HEALTHBAR_DEFAULT_FRONT_160PX = 2190;
public static final int HEALTHBAR_DEFAULT_BACK_160PX = 2191;
/* Unmapped: 2192~2306 */
/* Unmapped: 2192~2218 */
public static final int QUESTS_PAGE_ICON_ORANGE_ADVENTURE_PATHS = 2219;
/* Unmapped: 2220~2275 */
public static final int QUESTS_PAGE_ICON_BROWN_CHARACTER_SUMMARY = 2276;
/* Unmapped: 2277~2306 */
public static final int TAB_CLAN_CHAT = 2307;
/* Unmapped: 2308 */
public static final int TAB_QUESTS_BROWN_CHARACTER_SUMMARY = 2309;
/* Unmapped: 2308~2419 */
public static final int WIKI_DESELECTED = 2420;
public static final int WIKI_SELECTED = 2421;

View File

@@ -41,6 +41,8 @@ enum SpriteOverride
TAB_QUESTS_PURPLE_KOUREND_1299(SpriteID.TAB_QUESTS_PURPLE_KOUREND, AROUND_2005),
TAB_QUESTS_RED_MINIGAMES(SpriteID.TAB_QUESTS_RED_MINIGAMES, AROUND_2005),
TAB_QUESTS_GREEN_ACHIEVEMENT_DIARIES(SpriteID.TAB_QUESTS_GREEN_ACHIEVEMENT_DIARIES, AROUND_2005),
TAB_QUESTS_BROWN_CHARACTER_SUMMARY(SpriteID.TAB_QUESTS_BROWN_CHARACTER_SUMMARY, AROUND_2005),
TAB_QUESTS_ORANGE_ADVENTURE_PATHS(SpriteID.TAB_QUESTS_ORANGE_ADVENTURE_PATHS, AROUND_2005),
TAB_INVENTORY(SpriteID.TAB_INVENTORY, AROUND_2005, AROUND_2010),
TAB_EQUIPMENT(SpriteID.TAB_EQUIPMENT, AROUND_2005, AROUND_2010),
TAB_PRAYER(SpriteID.TAB_PRAYER, AROUND_2005, AROUND_2010),
@@ -57,6 +59,12 @@ enum SpriteOverride
TAB_MUSIC(SpriteID.TAB_MUSIC, AROUND_2005, AROUND_2010),
TAB_CHATBOX(SpriteID.CHATBOX, AROUND_2005),
QUESTS_PAGE_ICON_CHARACTER_SUMMARY(SpriteID.QUESTS_PAGE_ICON_BROWN_CHARACTER_SUMMARY, AROUND_2005),
QUESTS_PAGE_ICON_QUESTS(SpriteID.QUESTS_PAGE_ICON_BLUE_QUESTS, AROUND_2005),
QUESTS_PAGE_ICON_ACHIEVEMENT_DIARIES(SpriteID.QUESTS_PAGE_ICON_GREEN_ACHIEVEMENT_DIARIES, AROUND_2005),
QUESTS_PAGE_ICON_KOUREND_FAVOUR(SpriteID.QUESTS_PAGE_ICON_PURPLE_KOUREND, AROUND_2005),
QUESTS_PAGE_ICON_ADVENTURE_PATHS(SpriteID.QUESTS_PAGE_ICON_ORANGE_ADVENTURE_PATHS, AROUND_2005),
BUTTON_FRIENDS(SpriteID.BUTTON_FRIENDS, AROUND_2005),
BUTTON_IGNORES(SpriteID.BUTTON_IGNORES, AROUND_2005),

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B