Simple Loot UI started.
This commit is contained in:
parent
8a3046e141
commit
8545b8cf1d
23 changed files with 139 additions and 29 deletions
17
meson.build
17
meson.build
|
@ -86,32 +86,25 @@ sources = [
|
|||
'autowalker.cpp',
|
||||
'backend.cpp',
|
||||
'battle.cpp',
|
||||
'boss_fight_ui.cpp',
|
||||
'camera.cpp',
|
||||
'combat.cpp',
|
||||
'combat_ui.cpp',
|
||||
'components.cpp',
|
||||
'config.cpp',
|
||||
'dbc.cpp',
|
||||
'debug_ui.cpp',
|
||||
'devices.cpp',
|
||||
'goap.cpp',
|
||||
'guecstra.cpp',
|
||||
'gui_fsm.cpp',
|
||||
'inventory.cpp',
|
||||
'levelmanager.cpp',
|
||||
'lights.cpp',
|
||||
'main_ui.cpp',
|
||||
'map.cpp',
|
||||
'map_view.cpp',
|
||||
'matrix.cpp',
|
||||
'matrix.cpp',
|
||||
'mini_map.cpp',
|
||||
'overlay_ui.cpp',
|
||||
'pathing.cpp',
|
||||
'rand.cpp',
|
||||
'raycaster.cpp',
|
||||
'ritual_ui.cpp',
|
||||
'rituals.cpp',
|
||||
'save.cpp',
|
||||
'shaders.cpp',
|
||||
|
@ -119,10 +112,18 @@ sources = [
|
|||
'sound.cpp',
|
||||
'spatialmap.cpp',
|
||||
'stats.cpp',
|
||||
'status_ui.cpp',
|
||||
'systems.cpp',
|
||||
'textures.cpp',
|
||||
'tilemap.cpp',
|
||||
'gui/boss_fight_ui.cpp',
|
||||
'gui/loot_ui.cpp',
|
||||
'gui/combat_ui.cpp',
|
||||
'gui/debug_ui.cpp',
|
||||
'gui/gui_fsm.cpp',
|
||||
'gui/main_ui.cpp',
|
||||
'gui/overlay_ui.cpp',
|
||||
'gui/ritual_ui.cpp',
|
||||
'gui/status_ui.cpp',
|
||||
'worldbuilder.cpp',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue