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:
Zed A. Shaw 2024-11-17 13:23:18 -05:00
parent 34c84343db
commit 64855f3c90
6 changed files with 80 additions and 45 deletions

View file

@ -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;