Skip to content
Snippets Groups Projects
Commit e45cc4e4 authored by ee6-wz3-u1's avatar ee6-wz3-u1
Browse files

evertything is working properly

parent a8b9a1ea
Branches
No related tags found
No related merge requests found
......@@ -4,27 +4,20 @@ extends Control
func _ready():
pass # Replace with function body.
func _on_Start_pressed():
$buttonSound.play()
yield($buttonSound, "finished")
get_tree().change_scene("res://src/scenes/Game.tscn")
func _on_Einstellungen_pressed():
$buttonSound.play()
yield($buttonSound, "finished")
get_tree().change_scene("res://src/scenes/Settings.tscn")
func _on_ENDE_pressed():
$buttonSound.play()
yield($buttonSound, "finished")
get_tree().quit()
func _on_buttonSound_finished():
pass # Replace with function body.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment