It's actually better to just use FTXUI's Modal system than to invent my own.

This commit is contained in:
Zed A. Shaw 2024-11-17 22:28:29 -05:00
parent 88d362d6a5
commit 958c8545a7
4 changed files with 16 additions and 15 deletions

View file

@ -43,7 +43,6 @@ class GUI {
ActionLog $log;
Panel $status_ui;
Panel $map_view;
Panel $modal_test;
bool $show_modal = false;
Point $view_port;
Component $test_button;