-
Notifications
You must be signed in to change notification settings - Fork 0
/
dungeon-module-four-way.tscn
31 lines (22 loc) · 1.26 KB
/
dungeon-module-four-way.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://raw/models/module-4-way.gltf" type="PackedScene" id=1]
[ext_resource path="res://dungeon-module-choice.tscn" type="PackedScene" id=2]
[ext_resource path="res://dungeon-module-four-way.gd" type="Script" id=3]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 4.2, 1.45, 4.08 )
[node name="dungeon-module-four-way" type="Spatial"]
script = ExtResource( 3 )
[node name="module-4-way" parent="." instance=ExtResource( 1 )]
[node name="trigger" type="Area" parent="module-4-way"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7.24, 0, 0 )
[node name="shape" type="CollisionShape" parent="module-4-way/trigger"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.46, 0 )
shape = SubResource( 1 )
[node name="dungeon-module-choice-fwd" parent="." instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -14, 0, -0.27 )
[node name="dungeon-module-choice-left" parent="." instance=ExtResource( 2 )]
transform = Transform( -1.62921e-07, 0, 1, 0, 1, 0, -1, 0, -1.62921e-07, -7.14, 0.01, 6.85 )
direction = 1
[node name="dungeon-module-choice-right" parent="." instance=ExtResource( 2 )]
transform = Transform( -1.62921e-07, 0, -1, 0, 1, 0, 1, 0, -1.62921e-07, -6.86, -0.02, -7.14 )
direction = 2