Release 1.80

master
Kasi 2022-07-21 10:31:50 +01:00
parent 9613b70233
commit e7ff046430
2 changed files with 4 additions and 4 deletions

View File

@ -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 };

Binary file not shown.