wiki: Use jagex's sprite, but hide their wiki banner

Ours has more functionality (lookuping items in interfaces, and a
predictive search interface)
This commit is contained in:
Max Weber
2020-01-23 04:58:17 -07:00
parent 2b077f4364
commit 32c8c497bd
8 changed files with 33 additions and 52 deletions

View File

@@ -1589,4 +1589,6 @@ 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;
public static final int WIKI_DESELECTED = 2420;
public static final int WIKI_SELECTED = 2421;
}