This commit is contained in:
parent
3b0a79c5b7
commit
b477f9b376
4 changed files with 13 additions and 0 deletions
|
@ -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"]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
res://
|
Binary file not shown.
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue