add props
This commit is contained in:
@@ -23,4 +23,7 @@ func isMovementPaused() -> bool:
|
||||
|
||||
|
||||
func menuPause() -> void:
|
||||
UI.PAUSE.open()
|
||||
if UI.PAUSE.isOpen():
|
||||
UI.PAUSE.close()
|
||||
else:
|
||||
UI.PAUSE.open()
|
Reference in New Issue
Block a user