diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/project.godot b/project.godot index f23358f..703acfd 100644 --- a/project.godot +++ b/project.godot @@ -11,5 +11,14 @@ config_version=5 [application] config/name="CodeWithYourFriends23" +run/main_scene="res://root_scene.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" + +[dotnet] + +project/assembly_name="CodeWithYourFriends23" + +[rendering] + +renderer/rendering_method="gl_compatibility" |