Fix minigame scene
This commit is contained in:
@@ -34,4 +34,6 @@ func _on_dialogic_signal(argument: Variant) -> void:
|
||||
# Tell the minigame where to return
|
||||
Dialogic.VAR.Gym.minigame_return = "standalone"
|
||||
await get_tree().create_timer(0.3).timeout
|
||||
get_tree().change_scene_to_file(MINIGAME_SCENE_PATH)
|
||||
var ret = get_tree().change_scene_to_file(MINIGAME_SCENE_PATH)
|
||||
if (ret != OK):
|
||||
print(ret)
|
||||
|
||||
Reference in New Issue
Block a user