Set main scene
All checks were successful
/ build (push) Successful in 1m22s

This commit is contained in:
Nick Guy 2024-05-27 17:32:17 +01:00
parent 3b0a79c5b7
commit b477f9b376
4 changed files with 13 additions and 0 deletions

View file

@ -10,3 +10,14 @@ run_reload_scripts=true
[dialog_bounds] [dialog_bounds]
export=Rect2(3195, 1450, 900, 726) 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"]

View file

@ -0,0 +1 @@
res://

Binary file not shown.

View file

@ -11,6 +11,7 @@ config_version=5
[application] [application]
config/name="TestProject" config/name="TestProject"
run/main_scene="res://node_3d.tscn"
config/features=PackedStringArray("4.2") config/features=PackedStringArray("4.2")
config/icon="res://icon.png" config/icon="res://icon.png"