From 88e3751834af72c413afa25a7c17a5994f570bfb Mon Sep 17 00:00:00 2001 From: IcECreAm777 Date: Sat, 8 Jul 2023 01:52:33 +0200 Subject: end of day commit --- project.godot | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'project.godot') 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" -- cgit From f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sat, 8 Jul 2023 10:18:16 +0200 Subject: move/rename scene --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 703acfd..7531777 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="CodeWithYourFriends23" -run/main_scene="res://root_scene.tscn" +run/main_scene="res://Nodes/driving_test.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" -- cgit