-
Notifications
You must be signed in to change notification settings - Fork 0
/
base collisions.tscn
48 lines (35 loc) · 1.92 KB
/
base collisions.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
36
37
38
39
40
41
42
43
44
45
46
47
48
[gd_scene load_steps=4 format=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 6.0356, 0.001, 6.03713 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 1.76823, 3.28123, 0.260209 )
[sub_resource type="BoxShape" id=3]
extents = Vector3( 1.81781, 3.28123, 0.264048 )
[node name="collision" type="StaticBody"]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.81612, 2.98478, 5.72909 )
shape = SubResource( 2 )
[node name="CollisionShape3" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.80452, 2.98478, 5.72909 )
shape = SubResource( 3 )
[node name="CollisionShape4" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.81612, 2.98478, -5.73197 )
shape = SubResource( 2 )
[node name="CollisionShape5" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.80452, 2.98478, -5.73197 )
shape = SubResource( 3 )
[node name="CollisionShape6" type="CollisionShape" parent="."]
transform = Transform( -0.00563753, 0, 0.999984, 0, 1, 0, -0.999984, 0, -0.00563753, 5.73061, 2.98478, 3.77651 )
shape = SubResource( 2 )
[node name="CollisionShape7" type="CollisionShape" parent="."]
transform = Transform( -0.00563753, 0, 0.999984, 0, 1, 0, -0.999984, 0, -0.00563753, 5.73375, 2.98478, -3.84401 )
shape = SubResource( 3 )
[node name="CollisionShape8" type="CollisionShape" parent="."]
transform = Transform( -0.00563753, 0, 0.999984, 0, 1, 0, -0.999984, 0, -0.00563753, -5.71475, 2.98478, 3.84112 )
shape = SubResource( 2 )
[node name="CollisionShape9" type="CollisionShape" parent="."]
transform = Transform( -1.62921e-07, 0, 0.999999, 0, 1, 0, -0.999999, 0, -1.62921e-07, -5.72911, 2.98478, -3.85475 )
shape = SubResource( 3 )