diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index b294201..0a6daf4 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -154,10 +154,10 @@ namespace Globals // 0 - Fixed; 1 - Resizable; 2 - Resizable + Side Panels const WidgetDef MINIMAP_MIDDLE[3] = { { WIDGET_ROOT_FIXED, 21 }, { WIDGET_ROOT_RESIZABLE, 29 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 29 } }; const WidgetDef MINIMAP_COMPASS[3] = { { WIDGET_ROOT_FIXED, 23 }, { WIDGET_ROOT_RESIZABLE, 28 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 28 } }; - const WidgetDef MINIMAP_CURE = { 160, 4 }; - const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 15 }; - const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 23 }; - const WidgetDef MINIMAP_SPECIAL_ATTACK = { 160, 31 }; + const WidgetDef MINIMAP_CURE = { 160, 8 }; + const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 19 }; + const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 27 }; + const WidgetDef MINIMAP_SPECIAL_ATTACK = { 160, 35 }; //************ Trade.cpp ************// const WidgetDef TRADE_SCREEN = { 335, 3 }; diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 04c4b5f..7a005e3 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ