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 73f6181..b084ec8 100644 Binary files a/.godot/uid_cache.bin and b/.godot/uid_cache.bin differ 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"