Refactoring crap

This commit is contained in:
2025-06-30 23:06:43 -05:00
parent 3c11b232fa
commit 342d6745d1
220 changed files with 420 additions and 3576 deletions

View File

@@ -0,0 +1,6 @@
class_name PauseSingleton extends Node
func isMovementPaused() -> bool:
if !UI.TEXTBOX.isClosed:
return true
return false