This commit is contained in:
Ultrablob 2024-05-09 14:23:34 -04:00
parent f4dc1a79fd
commit f92b3a6f75
16 changed files with 217 additions and 39 deletions

View file

@ -38,6 +38,6 @@ func play():
var tip = pick(tip_options)
$LoadingScreen/Tip.text = "Tip: %s" % tip
await get_tree().create_timer(0.4).timeout
await get_tree().create_timer(0.8).timeout
var game = ResourceLoader.load_threaded_get(MAIN_SCENE_PATH)
get_tree().change_scene_to_packed(game)