Add some UI

This commit is contained in:
2026-06-11 20:42:08 -05:00
parent 456ea1e07e
commit f46f08c083
29 changed files with 678 additions and 88 deletions
+2
View File
@@ -70,6 +70,8 @@ func _canMove() -> bool:
return false
if !UI.TEXTBOX.isClosed:
return false
if UI.GAME_MENU && UI.GAME_MENU.isOpen():
return false
return true
#