A few bugs fixed. Very very rough draft of pet system. Hopefully it works, maybe it doesn't.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user