From 0e7c8890ac0028c0163b7db738d62e4f17e61dbc Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Tue, 3 Jan 2023 20:05:23 +0000 Subject: [PATCH] Small update to project.godot --- project.godot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.godot b/project.godot index 53d5595..1f985bd 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=4 [application] config/name="GIVE" +run/main_scene="res://give_mainwindow.tscn" config/icon="res://icon.png" [debug] @@ -25,6 +26,10 @@ enabled=PoolStringArray( ) singletons=[ ] +[mono] + +project/assembly_name="GIVE" + [physics] common/enable_pause_aware_picking=true