22 lines
713 B
Text
22 lines
713 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
albedo_color = Color( 0.129412, 0.270588, 0.74902, 1 )
|
|
|
|
[sub_resource type="PlaneMesh" id=2]
|
|
material = SubResource( 1 )
|
|
|
|
[sub_resource type="ConcavePolygonShape" id=3]
|
|
data = PoolVector3Array( 1, 0, 1, -1, 0, 1, 1, 0, -1, -1, 0, 1, -1, 0, -1, 1, 0, -1 )
|
|
|
|
[node name="spatial" type="Spatial"]
|
|
|
|
[node name="mesh_instance" type="MeshInstance" parent="."]
|
|
transform = Transform( 5, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0 )
|
|
mesh = SubResource( 2 )
|
|
material/0 = null
|
|
|
|
[node name="static_body" type="StaticBody" parent="mesh_instance"]
|
|
|
|
[node name="collision_shape" type="CollisionShape" parent="mesh_instance/static_body"]
|
|
shape = SubResource( 3 )
|