Cleaned up the gui display some more for future GUI elements.
This commit is contained in:
parent
2ced72a475
commit
7b5c84b5f7
5 changed files with 58 additions and 34 deletions
5
gui.hpp
5
gui.hpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue