A few bugs fixed. Very very rough draft of pet system. Hopefully it works, maybe it doesn't.

This commit is contained in:
Storm Dragon
2026-02-12 03:30:38 -05:00
parent 04ecb404c7
commit af6b3e4e3e
37 changed files with 936 additions and 43 deletions
+1
View File
@@ -44,6 +44,7 @@ string text_reader(string content, string title = "Text Reader", bool readonly =
while (true) {
f.monitor();
wait(5);
handle_global_volume_keys();
// Check if user pressed OK (edit mode only)
if (!readonly && ok_button != -1 && f.is_pressed(ok_button)) {