add props

This commit is contained in:
2025-07-04 00:03:54 -05:00
parent 58126341ba
commit 7ae9d534ab
341 changed files with 212952 additions and 156 deletions

View File

@@ -23,4 +23,7 @@ func isMovementPaused() -> bool:
func menuPause() -> void:
UI.PAUSE.open()
if UI.PAUSE.isOpen():
UI.PAUSE.close()
else:
UI.PAUSE.open()