Release 1.85

master
Kasi 2023-01-14 20:40:37 +00:00
parent 4c683728e6
commit 02d499a8f8
2 changed files with 10 additions and 10 deletions

View File

@ -71,15 +71,15 @@ namespace Globals
const WidgetDef BANK_TABS_CONTAINER = { BANK_PARENT, 11 }; // Has all Tab children
const WidgetDef BANK_ITEM_CONTAINER_WIDGET = { BANK_PARENT, 13 }; // Used for scrolling, contains all items, middle of the bank interface
const WidgetDef BANK_REARRANGE_MODE_SWAP = { BANK_PARENT, 17 };
const WidgetDef BANK_REARRANGE_MODE_INSERT = { BANK_PARENT, 19 };
const WidgetDef BANK_WITHDRAW_MODE_ITEM = { BANK_PARENT, 22 };
const WidgetDef BANK_WITHDRAW_MODE_NOTED = { BANK_PARENT, 24 };
const std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[5] = { 28, 30, 32, 34, 36 }; // 1, 5, 10, x, all, uses BANK_PARENT
const WidgetDef BANK_SET_PLACEHOLDERS = { BANK_PARENT, 39 };
const WidgetDef BANK_SEARCH = { BANK_PARENT, 41 };
const WidgetDef BANK_DEPOSIT_ALL = { BANK_PARENT, 43 };
const WidgetDef BANK_DEPOSIT_EQUIPMENT = { BANK_PARENT, 45 };
const WidgetDef BANK_REARRANGE_MODE_SWAP = { BANK_PARENT, 18 };
const WidgetDef BANK_REARRANGE_MODE_INSERT = { BANK_PARENT, 20 };
const WidgetDef BANK_WITHDRAW_MODE_ITEM = { BANK_PARENT, 23 };
const WidgetDef BANK_WITHDRAW_MODE_NOTED = { BANK_PARENT, 25 };
const std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[5] = { 29, 31, 33, 35, 37 }; // 1, 5, 10, x, all, uses BANK_PARENT
const WidgetDef BANK_SET_PLACEHOLDERS = { BANK_PARENT, 38 };
const WidgetDef BANK_SEARCH = { BANK_PARENT, 40 };
const WidgetDef BANK_DEPOSIT_ALL = { BANK_PARENT, 42 };
const WidgetDef BANK_DEPOSIT_EQUIPMENT = { BANK_PARENT, 44 };
const WidgetDef BANK_INVENTORY = { 15, 3 }; // When the bank is open, the Inventory has it's own widgets for items
@ -137,7 +137,7 @@ namespace Globals
const std::int32_t EXCHANGE_SPRITE_MINI_SELL = 1119;
//************ Login.cpp ************//
const WidgetDef LOGIN_LOBBY_PLAY = { 378, 78 };
const WidgetDef LOGIN_LOBBY_PLAY = { 378, 82 };
//************ Makescreen.cpp ************//
const std::int32_t MAKESCREEN_PARENT = 270;

Binary file not shown.