Release 2.03

master
Kasi 2024-08-02 14:12:51 +01:00
parent 80827b3033
commit 69b9a559c0
2 changed files with 3 additions and 3 deletions

View File

@ -252,9 +252,9 @@ namespace Globals
const WidgetDef LOGOUT_WORLD_SWITCHER_BUTTON = { LOGOUT_BUTTONS_PARENT, 7 };
const std::int32_t LOGOUT_WORLD_SWITCHER_PARENT = 69;
const WidgetDef LOGOUT_WORLD_SWITCHER_TITLE = { LOGOUT_WORLD_SWITCHER_PARENT, 2 }; // "Current World:" or "Loading" when loading
const WidgetDef LOGOUT_WORLD_SWITCHER_LOGOUT = { LOGOUT_WORLD_SWITCHER_PARENT, 23 }; // Logout button inside the World Switch interface
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 16 }; // 69, 15, 301 (world id) Widget has the proper switch/favorite options
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 5 }; // Bounds/Box containing the entire list
const WidgetDef LOGOUT_WORLD_SWITCHER_LOGOUT = { LOGOUT_WORLD_SWITCHER_PARENT, 25 }; // Logout button inside the World Switch interface
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 18 }; // 69, 15, 301 (world id) Widget has the proper switch/favorite options
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 7 }; // Bounds/Box containing the entire list
//************ Magic.cpp ************//
const std::int32_t MAGIC_SPELLS_PARENT = 218; // Used with Magic spell defs

Binary file not shown.