14 lines
466 B
Plaintext
Raw Normal View History

2025-01-02 12:09:30 +01:00
[gd_scene load_steps=3 format=3 uid="uid://da0mv3cisoubi"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ix7kp"]
albedo_color = Color(1, 0, 0, 1)
[sub_resource type="BoxMesh" id="BoxMesh_jqjfr"]
material = SubResource("StandardMaterial3D_ix7kp")
[node name="Switch" type="Node3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.1, 0, 0, 0, 0.2, 0, 0, 0, 0.1, 0, 0, 0)
mesh = SubResource("BoxMesh_jqjfr")