Added vanity card and cached scenes

This commit is contained in:
2024-05-20 18:18:49 +01:00
parent 6b3fc2e00e
commit 991ae0c654
20 changed files with 175 additions and 38 deletions

View File

@@ -34,4 +34,4 @@ func _wait_load_intro() -> void:
get_tree().create_timer(3).timeout.connect(_load_intro)
func _load_intro() -> void:
get_tree().change_scene_to_file("res://Intro.tscn")
get_tree().change_scene_to_packed(Scenes.MainMenu)