shortcuts

This commit is contained in:
2024-03-15 14:00:31 +01:00
parent 030b4125e4
commit 032832a6b0
6 changed files with 64 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
extends Node2D
func _ready():
await get_tree().create_timer(1.0).timeout # Replace with function body.
get_tree().change_scene_to_file("res://scenes/main_menu/MainMenu.tscn")
func _process(delta):
pass