Fix loading scenes (#70)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#70
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-03 23:17:53 +02:00
parent d1bf0f76d8
commit 6f1ac4d03f
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ func _ready():
func _on_Timer_timeout():
print("[ending#_on_Timer_timeout]")
Global.goto_scene("res://scenes/main.tscn")
Global.goto_scene("res://scenes/Main.tscn")