new gui module text box implementation

starting to work on the new UI library, got labels and text boxes working as well as containers for widgets.

planning a big refactor
This commit is contained in:
FantasyPvP
2023-11-22 21:07:00 +00:00
parent 1d08240981
commit 84aaa90e66
12 changed files with 421 additions and 123 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
pub mod libgui;
pub mod libgui_old_archive;
pub mod coords;
pub mod gui_v2;
pub mod libgui;