The gui can now pop open a modal based on clicking a button but I need to manage focus next.
This commit is contained in:
parent
34c84343db
commit
64855f3c90
6 changed files with 80 additions and 45 deletions
2
gui.hpp
2
gui.hpp
|
@ -43,6 +43,8 @@ class GUI {
|
|||
ActionLog $log;
|
||||
Panel $status_ui;
|
||||
Panel $map_view;
|
||||
Panel $modal_test;
|
||||
bool $show_modal = false;
|
||||
Point $view_port;
|
||||
Component $test_button;
|
||||
DinkyECS::World& $world;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue