khanat-client/scenes/game/area_0_1.tscn
2021-09-03 23:27:28 +02:00

22 lines
715 B
Text

[gd_scene load_steps=4 format=2]
[sub_resource type="SpatialMaterial" id=1]
albedo_color = Color( 0.658824, 0.894118, 0.0745098, 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 )