-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrave_1.tscn
35 lines (26 loc) · 2.31 KB
/
Grave_1.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=6 format=2]
[ext_resource path="res://StandardMaterial.tres" type="Material" id=1]
[ext_resource path="res://Models/Grave_1.obj" type="ArrayMesh" id=2]
[ext_resource path="res://Grave.gd" type="Script" id=3]
[sub_resource type="ConcavePolygonShape" id=74]
data = PoolVector3Array( -0.3453, 1.7818, -0.1079, 0.7061, 1.619, -0.1079, -0.3453, 1.7818, 0.1079, -0.3453, 1.7818, 0.1079, 0.7061, 1.619, -0.1079, 0.7061, 1.619, 0.1079, 0.7061, 1.619, -0.1079, 0.7061, -0.1624, -0.1079, 0.7061, 1.619, 0.1079, 0.7061, 1.619, 0.1079, 0.7061, -0.1624, -0.1079, 0.7061, -0.1624, 0.1079, -0.7061, 1.4726, 0.1079, -0.7061, -0.1624, 0.1079, -0.7061, 1.4726, -0.1079, -0.7061, 1.4726, -0.1079, -0.7061, -0.1624, 0.1079, -0.7061, -0.1624, -0.1079, 0.7061, -0.1624, -0.1079, -0.7061, -0.1624, -0.1079, 0.7061, -0.1624, 0.1079, 0.7061, -0.1624, 0.1079, -0.7061, -0.1624, -0.1079, -0.7061, -0.1624, 0.1079, -0.7061, 1.4726, -0.1079, -0.7061, -0.1624, -0.1079, -0.3453, 1.7818, -0.1079, -0.3453, 1.7818, -0.1079, -0.7061, -0.1624, -0.1079, 0.7061, 1.619, -0.1079, 0.7061, 1.619, -0.1079, -0.7061, -0.1624, -0.1079, 0.7061, -0.1624, -0.1079, -0.3453, 1.7818, -0.1079, -0.3453, 1.7818, 0.1079, -0.7061, 1.4726, -0.1079, -0.7061, 1.4726, -0.1079, -0.3453, 1.7818, 0.1079, -0.7061, 1.4726, 0.1079, 0.7061, 1.619, 0.1079, 0.7061, -0.1624, 0.1079, -0.3453, 1.7818, 0.1079, -0.3453, 1.7818, 0.1079, 0.7061, -0.1624, 0.1079, -0.7061, 1.4726, 0.1079, -0.7061, 1.4726, 0.1079, 0.7061, -0.1624, 0.1079, -0.7061, -0.1624, 0.1079 )
[sub_resource type="BoxShape" id=75]
extents = Vector3( 2.96118, 3.41626, 3.31124 )
[node name="StaticBody" type="StaticBody"]
script = ExtResource( 3 )
queued_text = [ "A very old grave
the names and dates are not legible anymore" ]
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 74 )
[node name="Grave_1" type="MeshInstance" parent="."]
transform = Transform( 1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0 )
cast_shadow = 0
mesh = ExtResource( 2 )
material/0 = ExtResource( 1 )
[node name="Area" type="Area" parent="."]
collision_layer = 3
collision_mask = 3
[node name="CollisionShape" type="CollisionShape" parent="Area"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.848339, -2.61347 )
shape = SubResource( 75 )
[connection signal="body_entered" from="Area" to="." method="_on_Area_body_entered"]