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