init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
extends Control
|
||||
|
||||
func _ready() -> void:
|
||||
$start.connect("pressed",start_pressed)
|
||||
$tutorial.connect("pressed",tutorial_pressed)
|
||||
|
||||
func start_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://Stations/Dev_test/dev_test.scn")
|
||||
|
||||
func tutorial_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://Stations/TutorialStation/TutorialStation.scn")
|
||||
Reference in New Issue
Block a user