initial add
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
extends Button
|
||||
|
||||
func _on_pressed():
|
||||
get_tree().quit()
|
||||
@@ -0,0 +1 @@
|
||||
uid://cx5wq6cs2lqxg
|
||||
@@ -0,0 +1,6 @@
|
||||
extends Button
|
||||
|
||||
@export var goto_scene : String
|
||||
|
||||
func _on_pressed():
|
||||
SceneSwitcher.transition_scene(goto_scene)
|
||||
@@ -0,0 +1 @@
|
||||
uid://b34ocehefekp3
|
||||
@@ -0,0 +1,11 @@
|
||||
extends Control
|
||||
|
||||
@onready var settings_menu : Control = $SettingsMenu
|
||||
|
||||
|
||||
func _ready():
|
||||
settings_menu.hide()
|
||||
|
||||
|
||||
func _on_settings_button_pressed():
|
||||
settings_menu.show()
|
||||
@@ -0,0 +1 @@
|
||||
uid://bs1g3xjxf8i3k
|
||||
Reference in New Issue
Block a user