-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoadBarriers.tscn
49 lines (36 loc) · 2 KB
/
RoadBarriers.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
49
[gd_scene load_steps=4 format=2]
[ext_resource path="res://road-barrier.obj" type="ArrayMesh" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.125, 1.125, 0.031 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 1.5, 0.25, 0.031 )
[node name="RoadBarriers" type="RigidBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 16.5232, 0.5, -13.8613 )
mass = 10.0
[node name="road-barrier" type="MeshInstance" parent="."]
mesh = ExtResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, -0.736687, 1.11509, -0.322314 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0.765047, 1.11509, -0.322314 )
shape = SubResource( 1 )
[node name="CollisionShape3" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, -0.736687, 1.11509, 0.319351 )
shape = SubResource( 1 )
[node name="CollisionShape4" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, 0.765047, 1.11509, 0.319351 )
shape = SubResource( 1 )
[node name="CollisionShape5" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, 0, 1.00565, 0.418818 )
shape = SubResource( 2 )
[node name="CollisionShape6" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, 0, 1.72868, 0.224922 )
shape = SubResource( 2 )
[node name="CollisionShape7" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0, 1.00565, -0.413753 )
shape = SubResource( 2 )
[node name="CollisionShape8" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0, 1.72868, -0.221124 )
shape = SubResource( 2 )