Cleaned up the gui display some more for future GUI elements.

This commit is contained in:
Zed A. Shaw 2024-11-10 12:53:29 -05:00
parent 2ced72a475
commit 7b5c84b5f7
5 changed files with 58 additions and 34 deletions

View file

@ -35,12 +35,13 @@ struct ActionLog {
class GUI {
string $status_text = "NOT DEAD";
Canvas $canvas;
Component $document;
Component $status_ui;
Component $prompt;
Component $map_view;
Map& $game_map;
ActionLog $log;
Point $view_port;
Screen $screen;
Screen $status_screen;
Screen $map_screen;
DinkyECS::World& $world;
SoundManager $sounds;