Make special attack orb look a little nicer
This commit is contained in:
@@ -50,8 +50,12 @@ public interface Widget
|
||||
|
||||
int getRelativeX();
|
||||
|
||||
void setRelativeX(int x);
|
||||
|
||||
int getRelativeY();
|
||||
|
||||
void setRelativeY(int y);
|
||||
|
||||
String getText();
|
||||
|
||||
void setText(String text);
|
||||
|
||||
@@ -136,7 +136,9 @@ class WidgetID
|
||||
static class Minimap
|
||||
{
|
||||
static final int XP_ORB = 1;
|
||||
static final int QUICK_PRAYER_ORB = 14;
|
||||
static final int PRAYER_ORB = 12;
|
||||
static final int QUICK_PRAYER_ORB = 14; // Has the "Quick-prayers" name
|
||||
static final int RUN_ORB = 20;
|
||||
}
|
||||
|
||||
static class Viewport
|
||||
|
||||
@@ -88,6 +88,8 @@ public enum WidgetInfo
|
||||
SHOP_INVENTORY_ITEMS_CONTAINER(WidgetID.SHOP_INVENTORY_GROUP_ID, WidgetID.Shop.INVENTORY_ITEM_CONTAINER),
|
||||
|
||||
MINIMAP_XP_ORB(WidgetID.MINIMAP_GROUP_ID, WidgetID.Minimap.XP_ORB),
|
||||
MINIMAP_PRAYER_ORB(WidgetID.MINIMAP_GROUP_ID, WidgetID.Minimap.PRAYER_ORB),
|
||||
MINIMAP_RUN_ORB(WidgetID.MINIMAP_GROUP_ID, WidgetID.Minimap.RUN_ORB),
|
||||
|
||||
LOGIN_CLICK_TO_PLAY_SCREEN(WidgetID.LOGIN_CLICK_TO_PLAY_GROUP_ID, 0),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user