barrows overlay: Replace existing slain brother overlay with our own
The in game overlay is positioned top-left in resizable mode, which covers up everything positioned there. This will create an overlay similiar to the in-game one that can be moved/positioned anywhere
This commit is contained in:
@@ -83,6 +83,7 @@ public class WidgetID
|
||||
public static final int EXPERIENCE_TRACKER_GROUP_ID = 122;
|
||||
public static final int TITHE_FARM_GROUP_ID = 241;
|
||||
public static final int KINGDOM_GROUP_ID = 392;
|
||||
public static final int BARROWS_GROUP_ID = 24;
|
||||
|
||||
static class WorldMap
|
||||
{
|
||||
@@ -414,4 +415,10 @@ public class WidgetID
|
||||
{
|
||||
static final int FAIRY_QUEEN_HIDEOUT = 139;
|
||||
}
|
||||
|
||||
static class Barrows
|
||||
{
|
||||
static final int BARROWS_BROTHERS = 8;
|
||||
static final int BARROWS_POTENTIAL = 9;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user