diff options
author | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-08 01:52:33 +0200 |
---|---|---|
committer | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-08 01:52:33 +0200 |
commit | 88e3751834af72c413afa25a7c17a5994f570bfb (patch) | |
tree | bba4a22c9cd22507fd381306f42866301e21f72f /project.godot | |
parent | 2fc6727848748e5fd3957bda69179d1c261b02a0 (diff) | |
download | 2023-88e3751834af72c413afa25a7c17a5994f570bfb.tar.gz 2023-88e3751834af72c413afa25a7c17a5994f570bfb.tar.bz2 2023-88e3751834af72c413afa25a7c17a5994f570bfb.zip |
end of day commit
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" |