Testing to see if config file is being used correctly
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bgpec3avuotkt"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bgpec3avuotkt"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_no5d7"]
|
||||
sky_top_color = Color(0.340506, 0.443905, 0.662582, 1)
|
||||
@ -21,6 +21,8 @@ glow_enabled = true
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_no5d7"]
|
||||
|
||||
[sub_resource type="TorusMesh" id="TorusMesh_no5d7"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
@ -39,5 +41,9 @@ mesh = SubResource("CapsuleMesh_ayuu8")
|
||||
transform = Transform3D(0.796688, 0.604391, 0, -0.604391, 0.796688, 0, 0, 0, 1, -0.779875, 0.463808, 0)
|
||||
mesh = SubResource("SphereMesh_no5d7")
|
||||
|
||||
[node name="MeshInstance3D3" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.9115, 0.389701, -0.131535, 0.290076, -0.382369, 0.877297, 0.291589, -0.837811, -0.461572, -0.27379, 0.506899, -0.0184803)
|
||||
mesh = SubResource("TorusMesh_no5d7")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(-0.998152, 0, -0.0607699, 0, 1, 0, 0.0607699, 0, -0.998152, 0, 0, -2.11699)
|
||||
|
||||
Reference in New Issue
Block a user