idk
This commit is contained in:
parent
f4dc1a79fd
commit
f92b3a6f75
16 changed files with 217 additions and 39 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue