16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cb4hfwfbpcqy4"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_mpwqk"]
|
|
size = Vector3(1, 2, 1)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ocyf5"]
|
|
size = Vector3(1, 2, 1)
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_mpwqk")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_ocyf5")
|