From b477f9b376ee3b404efe127466ea349d971a69a6 Mon Sep 17 00:00:00 2001 From: Nick Guy Date: Mon, 27 May 2024 17:32:17 +0100 Subject: [PATCH] Set main scene --- .godot/editor/project_metadata.cfg | 11 +++++++++++ .godot/editor/recent_dirs | 1 + .godot/uid_cache.bin | Bin 30 -> 60 bytes project.godot | 1 + 4 files changed, 13 insertions(+) diff --git a/.godot/editor/project_metadata.cfg b/.godot/editor/project_metadata.cfg index 16ac316..77704d7 100644 --- a/.godot/editor/project_metadata.cfg +++ b/.godot/editor/project_metadata.cfg @@ -10,3 +10,14 @@ run_reload_scripts=true [dialog_bounds] export=Rect2(3195, 1450, 900, 726) +create_new_node=Rect2(3195, 1450, 900, 700) + +[linked_properties] + +Node3D:scale=true +CSGBox3D:scale=true +Camera3D:scale=true + +[recent_files] + +scenes=["res://node_3d.tscn"] diff --git a/.godot/editor/recent_dirs b/.godot/editor/recent_dirs index e69de29..7eeb8d1 100644 --- a/.godot/editor/recent_dirs +++ b/.godot/editor/recent_dirs @@ -0,0 +1 @@ +res:// diff --git a/.godot/uid_cache.bin b/.godot/uid_cache.bin index 73f61816d0ec90a96e2c3ecadcaebc57210aec1d..b084ec8afbc0d6646b1f4b7abede25967c408f77 100644 GIT binary patch delta 38 tcmb2MVPu-fC@ZJ`;ri$J@X7u{3=9lKsl`_M`g!>&sqw}sdL_llc>vyA3?cvk delta 7 OcmcDKV`QAjC<_1tIsps- diff --git a/project.godot b/project.godot index 7cef7dc..4fca659 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="TestProject" +run/main_scene="res://node_3d.tscn" config/features=PackedStringArray("4.2") config/icon="res://icon.png"