Update more spriteids
The previous commit had mapped the sprites to the wrong versions
@@ -870,7 +870,6 @@ public final class SpriteID
|
||||
public static final int UNUSED_TAB_COMBAT = 881;
|
||||
public static final int UNUSED_TAB_STATS = 882;
|
||||
public static final int UNUSED_TAB_QUESTS = 883;
|
||||
public static final int TAB_INVENTORY = 884;
|
||||
public static final int UNUSED_TAB_EQUIPMENT = 885;
|
||||
public static final int UNUSED_TAB_PRAYER = 886;
|
||||
public static final int UNUSED_TAB_MAGIC = 887;
|
||||
@@ -881,17 +880,17 @@ public final class SpriteID
|
||||
public static final int UNUSED_TAB_EMOTES = 892;
|
||||
public static final int UNUSED_TAB_MUSIC = 893;
|
||||
public static final int UNUSED_TAB_HOUSE = 894;
|
||||
public static final int TAB_CLAN_CHAT = 895;
|
||||
public static final int UNUSED_TAB_SUMMONING = 896;
|
||||
public static final int RESIZEABLE_MODE_SIDE_PANEL_BACKGROUND = 897;
|
||||
public static final int TAB_STATS = 898;
|
||||
public static final int UNUSED_TAB_QUESTS_899 = 899;
|
||||
public static final int UNUSED_TAB_INVENTORY = 900;
|
||||
public static final int TAB_INVENTORY = 900;
|
||||
public static final int TAB_EQUIPMENT = 901;
|
||||
public static final int TAB_PRAYER = 902;
|
||||
public static final int UNUSED_TAB_MAGIC_903 = 903;
|
||||
public static final int TAB_FRIENDS = 905;
|
||||
public static final int TAB_IGNORES = 906;
|
||||
public static final int TAB_CLAN_CHAT = 904;
|
||||
public static final int TAB_FRIENDS = 782;
|
||||
public static final int TAB_IGNORES = 783;
|
||||
public static final int TAB_LOGOUT = 907;
|
||||
public static final int TAB_OPTIONS = 908;
|
||||
public static final int TAB_EMOTES = 909;
|
||||
|
||||
@@ -121,7 +121,7 @@ public class LootTrackerPlugin extends Plugin
|
||||
protected void startUp() throws Exception
|
||||
{
|
||||
panel = new LootTrackerPanel(itemManager);
|
||||
spriteManager.getSpriteAsync(SpriteID.UNUSED_TAB_INVENTORY, 0, panel::loadHeaderIcon);
|
||||
spriteManager.getSpriteAsync(SpriteID.TAB_INVENTORY, 0, panel::loadHeaderIcon);
|
||||
|
||||
final BufferedImage icon = ImageUtil.getResourceStreamFromClass(getClass(), "panel_icon.png");
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 464 B |
|
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B |
|
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 924 B |
|
Before Width: | Height: | Size: 944 B After Width: | Height: | Size: 944 B |
|
Before Width: | Height: | Size: 776 B After Width: | Height: | Size: 776 B |
|
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 859 B |
|
Before Width: | Height: | Size: 885 B After Width: | Height: | Size: 885 B |
|
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 737 B |