add gui.root & add 'app' library to project scripts

This commit is contained in:
MihailRis
2025-08-08 21:36:53 +03:00
parent e6812371ec
commit bfbfe59f9b
5 changed files with 20 additions and 1 deletions
+1
View File
@@ -189,6 +189,7 @@ end
_GUI_ROOT = Document.new("core:root")
_MENU = _GUI_ROOT.menu
menu = _MENU
gui.root = _GUI_ROOT
--- Console library extension ---
console.cheats = {}