update console layout & add files panel (WIP)

This commit is contained in:
MihailRis
2025-03-11 00:39:59 +03:00
parent 4c9019e03c
commit c86bad8def
2 changed files with 32 additions and 29 deletions
-1
View File
@@ -194,7 +194,6 @@ function set_mode(mode)
document.root.color = {0, 0, 0, 128}
end
document.traceback.visible = mode == 'debug'
document.prompt.visible = show_prompt
if show_prompt then
document.prompt.focused = true