diff options
author | rom <romangraef@gmail.com> | 2021-04-24 23:19:29 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-24 23:19:29 +0200 |
commit | 6faf61da2794de3f4407ef1113b840dc5120381b (patch) | |
tree | 8d39c18ed0927d10b754de3f4fe0e5e1689e2093 | |
parent | 40718db4c9486eeb2bad250ba06071c3588ddfa3 (diff) | |
download | ldjam48-6faf61da2794de3f4407ef1113b840dc5120381b.tar.gz ldjam48-6faf61da2794de3f4407ef1113b840dc5120381b.tar.bz2 ldjam48-6faf61da2794de3f4407ef1113b840dc5120381b.zip |
main scene
-rw-r--r-- | project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot index ffba327..e6178fd 100644 --- a/project.godot +++ b/project.godot @@ -21,6 +21,7 @@ _global_script_class_icons={ [application] config/name="Deeper and Deeper" +run/main_scene="res://scenes/menu.tscn" config/icon="res://icon.png" [display] |