Now have a body damage UI to show damage to each body part.

This commit is contained in:
Zed A. Shaw 2026-03-29 14:43:05 -04:00
parent 36a49ef768
commit ae0d205037
5 changed files with 81 additions and 10 deletions

View file

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