Release 1.41

master
Kasi 2020-01-09 12:56:46 +00:00
parent a4e7b1c12f
commit e22f8e6c37
2 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@ namespace Globals
const WidgetDef BANK_MAIN = { BANK_PARENT, 3 }; const WidgetDef BANK_MAIN = { BANK_PARENT, 3 };
const WidgetDef BANK_CLOSE = { BANK_PARENT, 3, 11 }; const WidgetDef BANK_CLOSE = { BANK_PARENT, 3, 11 };
const WidgetDef BANK_DEPOSIT_ALL = { BANK_PARENT, 42 }; const WidgetDef BANK_DEPOSIT_ALL = { BANK_PARENT, 42 };
const WidgetDef BANK_DEPOSIT_EQUIPMENT = { BANK_PARENT, 42 }; const WidgetDef BANK_DEPOSIT_EQUIPMENT = { BANK_PARENT, 44 };
const WidgetDef BANK_WITHDRAW_MODE_NOTED = { BANK_PARENT, 25 }; const WidgetDef BANK_WITHDRAW_MODE_NOTED = { BANK_PARENT, 24 };
const WidgetDef BANK_WITHDRAW_MODE_ITEM = { BANK_PARENT, 23 }; const WidgetDef BANK_WITHDRAW_MODE_ITEM = { BANK_PARENT, 22 };
const WidgetDef BANK_ITEM_CONTAINER_WIDGET = { BANK_PARENT, 13 }; // Used for scrolling, contains all items, middle of the bank interface const WidgetDef BANK_ITEM_CONTAINER_WIDGET = { BANK_PARENT, 12 }; // Used for scrolling, contains all items, middle of the bank interface
const WidgetDef BANK_TABS_CONTAINER = { BANK_PARENT, 11 }; // Has all Tab children const WidgetDef BANK_TABS_CONTAINER = { BANK_PARENT, 10 }; // Has all Tab children
const WidgetDef BANK_INVENTORY = { 15, 3 }; // When the bank is open, the Inventory has it's own widgets for items const WidgetDef BANK_INVENTORY = { 15, 3 }; // When the bank is open, the Inventory has it's own widgets for items
const std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[5] = { 28, 30, 32, 34, 36 }; // 1, 5, 10, x, all, uses BANK_PARENT const std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[5] = { 28, 30, 32, 34, 36 }; // 1, 5, 10, x, all, uses BANK_PARENT

Binary file not shown.