Moving files pre-refactor
This commit is contained in:
10
ui/pause/PauseSettings.gd
Normal file
10
ui/pause/PauseSettings.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name PauseSettings extends Control
|
||||
|
||||
func open() -> void:
|
||||
visible = true
|
||||
|
||||
func close() -> void:
|
||||
visible = false
|
||||
|
||||
func isOpen() -> bool:
|
||||
return visible
|
Reference in New Issue
Block a user