[gd_scene load_steps=7 format=3 uid="uid://bsq7edeueqyjg"] [ext_resource type="PackedScene" uid="uid://biurk21cl5wxw" path="res://Levels/Models/STAGE 7.blend" id="1_dc67b"] [ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_fio4n"] [ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_sjnhq"] [ext_resource type="Script" path="res://Scripts/P1SpawnPoint.cs" id="4_kxyoc"] [ext_resource type="Script" path="res://Scripts/P2SpawnPoint.cs" id="5_5gfi0"] [sub_resource type="CylinderShape3D" id="CylinderShape3D_a56hv"] radius = 0.957319 [node name="Level7" type="Node3D" groups=["Level"]] script = ExtResource("1_fio4n") _levelIndex = 6 [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 0.496974, 0.867765, 0, -0.867765, 0.496974, -0.378925, 11.1744, 5.15227) projection = 1 fov = 30.0 size = 8.0 [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.931845, -0.0850834, 0.35274, -0.0909281, 0.995857, 1.46654e-08, -0.351279, -0.032074, -0.935721, -3.58319, 22.5795, 0.163277) visible = false [node name="STAGE 7" parent="." instance=ExtResource("1_dc67b")] [node name="Area3D2" type="Area3D" parent="." groups=["Level"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5888, 0, -1.39131) collision_layer = 0 collision_mask = 16 [node name="Exit Portal" parent="Area3D2" instance=ExtResource("3_sjnhq")] 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_a56hv") [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_kxyoc") [node name="P2_SpawnPoint" type="Marker3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.6401, 0.123258, 5.51333) script = ExtResource("5_5gfi0") [connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]