Have an initial start screen and simple prototypes for other screens.

This commit is contained in:
Zed A. Shaw 2026-04-01 15:31:36 -04:00
parent e113c0bc97
commit d03020cfef
8 changed files with 139 additions and 53 deletions

View file

@ -20,6 +20,7 @@ sources = files(
'gui/main_ui.cpp',
'gui/overlay_ui.cpp',
'gui/body_ui.cpp',
'gui/scene_ui.cpp',
# graphics
'graphics/animation.cpp',