mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
chore(game-ui): extract GameScreen domains
- Extracted `GameScreen` functionality into dedicated UI domains - Added new panels: - `action_bar_panel` - `combat_ui` - `social_panel` - `window_manager` - Updated `game_screen` + CMakeLists.txt integration - Added new headers and sources under ui and ui
This commit is contained in:
parent
af9874484a
commit
c9353853f8
11 changed files with 11054 additions and 10395 deletions
|
|
@ -560,6 +560,10 @@ set(WOWEE_SOURCES
|
|||
src/ui/toast_manager.cpp
|
||||
src/ui/dialog_manager.cpp
|
||||
src/ui/settings_panel.cpp
|
||||
src/ui/combat_ui.cpp
|
||||
src/ui/social_panel.cpp
|
||||
src/ui/action_bar_panel.cpp
|
||||
src/ui/window_manager.cpp
|
||||
src/ui/inventory_screen.cpp
|
||||
src/ui/quest_log_screen.cpp
|
||||
src/ui/spellbook_screen.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue