Link about scenes

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:22:37 +02:00
parent e164cef2c2
commit 4bd3daa747
4 changed files with 49 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
extends Node
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func _on_Return_pressed():
get_tree().change_scene("res://scenes/main.tscn")