39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://btl5fdyjewnwc"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_1tnw5"]
|
|
[ext_resource type="PackedScene" uid="uid://dwd2hlxhkcfpp" path="res://Levels/Models/STAGE 3.blend" id="1_blsh8"]
|
|
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_2t766"]
|
|
[ext_resource type="Script" path="res://Scripts/P1SpawnPoint.cs" id="4_t5mi5"]
|
|
[ext_resource type="Script" path="res://Scripts/P2SpawnPoint.cs" id="5_kc2wt"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_j26hn"]
|
|
radius = 0.957319
|
|
|
|
[node name="Level3" type="Node3D" groups=["Level"]]
|
|
script = ExtResource("1_1tnw5")
|
|
_levelIndex = 2
|
|
|
|
[node name="STAGE 3" parent="." instance=ExtResource("1_blsh8")]
|
|
|
|
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.67434)
|
|
collision_layer = 0
|
|
collision_mask = 16
|
|
|
|
[node name="Exit Portal" parent="Area3D2" instance=ExtResource("3_2t766")]
|
|
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, -2.53252)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D2"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.51823)
|
|
shape = SubResource("CylinderShape3D_j26hn")
|
|
|
|
[node name="P1_SpawnPoint" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.503964, 0.123258, 5.51333)
|
|
script = ExtResource("4_t5mi5")
|
|
|
|
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3999, 0.123258, 5.51333)
|
|
script = ExtResource("5_kc2wt")
|
|
|
|
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|