commit a8fe2d2442839b24c2d6c04894354109265d9454
parent 3392ddede78e46b2a81e2122d7a484600f4e13e5
Author: FIGBERT <figbert@figbert.com>
Date: Sun, 27 Dec 2020 00:47:00 -0800
Set main.tscn to main scene temporarily
Once a start screen is made, it will become the main
scene and launch on entry. For the time being, however,
main.tscn will be used so the game launches on iOS.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/project.godot b/project.godot
@@ -16,6 +16,7 @@ _global_script_class_icons={
[application]
config/name="Sevivon"
+run/main_scene="res://scenes/main.tscn"
config/icon="res://icon.png"
[display]