36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://basequfmpg04f"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="2_sq8bv"]
|
|
[ext_resource type="PackedScene" uid="uid://cv33g1wyltecc" path="res://Levels/Final Levels/Stage2/STAGE 2.gltf" id="4_kiw1e"]
|
|
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_dg8k3"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_tux5n"]
|
|
radius = 0.957319
|
|
|
|
[node name="Level2" type="Node3D" groups=["Level"]]
|
|
|
|
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.43759, 0, -2.42354)
|
|
collision_layer = 0
|
|
collision_mask = 16
|
|
|
|
[node name="Exit Portal" parent="Area3D2" instance=ExtResource("2_sq8bv")]
|
|
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, -2.53252)
|
|
_levelIndex = 1
|
|
|
|
[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_tux5n")
|
|
|
|
[node name="P1_SpawnPoint" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.503964, 0.123258, 4.44593)
|
|
script = ExtResource("5_dg8k3")
|
|
|
|
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.97394, 0.246516, 4.57028)
|
|
script = ExtResource("5_dg8k3")
|
|
|
|
[node name="STAGE 2" parent="." instance=ExtResource("4_kiw1e")]
|
|
|
|
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|