19 lines
653 B
Plaintext
19 lines
653 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dfbqg6cxhbpng"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_7ylpw"]
|
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_7ylpw"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_pybca"]
|
|
size = Vector3(2, 0.2, 2)
|
|
|
|
[node name="Ground" type="MeshInstance3D"]
|
|
mesh = SubResource("PlaneMesh_7ylpw")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
physics_material_override = SubResource("PhysicsMaterial_7ylpw")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.099587, 0)
|
|
shape = SubResource("BoxShape3D_pybca")
|