This commit is contained in:
2025-11-26 18:57:37 -06:00
parent 1e83200bba
commit d532a9ab21
25 changed files with 525 additions and 534 deletions

View File

@@ -1,10 +1,10 @@
class_name PauseSettings extends Control
func open() -> void:
visible = true
visible = true
func close() -> void:
visible = false
visible = false
func isOpen() -> bool:
return visible
return visible