Widget: Make Tempoross status indicator moveable
This commit is contained in:
@@ -164,6 +164,7 @@ public class WidgetID
|
||||
public static final int DUEL_INVENTORY_GROUP_ID = 421;
|
||||
public static final int DUEL_INVENTORY_OTHER_GROUP_ID = 481;
|
||||
public static final int TRAILBLAZER_AREAS_GROUP_ID = 512;
|
||||
public static final int TEMPOROSS_GROUP_ID = 437;
|
||||
|
||||
static class WorldMap
|
||||
{
|
||||
@@ -943,4 +944,9 @@ public class WidgetID
|
||||
{
|
||||
static final int TELEPORT = 59;
|
||||
}
|
||||
|
||||
static class TemporossStatus
|
||||
{
|
||||
static final int STATUS_INDICATOR = 4;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -538,6 +538,8 @@ public enum WidgetInfo
|
||||
MULTICOMBAT_FIXED(WidgetID.FIXED_VIEWPORT_GROUP_ID, WidgetID.FixedViewport.MULTICOMBAT_INDICATOR),
|
||||
MULTICOMBAT_RESIZEABLE_MODERN(WidgetID.RESIZABLE_VIEWPORT_BOTTOM_LINE_GROUP_ID, WidgetID.ResizableViewport.MULTICOMBAT_INDICATOR),
|
||||
MULTICOMBAT_RESIZEABLE_CLASSIC(WidgetID.RESIZABLE_VIEWPORT_OLD_SCHOOL_BOX_GROUP_ID, WidgetID.ResizableViewport.MULTICOMBAT_INDICATOR),
|
||||
|
||||
TEMPOROSS_STATUS_INDICATOR(WidgetID.TEMPOROSS_GROUP_ID, WidgetID.TemporossStatus.STATUS_INDICATOR)
|
||||
;
|
||||
|
||||
private final int groupId;
|
||||
|
||||
Reference in New Issue
Block a user