29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 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="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_sjnhq"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_a56hv"]
|
|
radius = 0.957319
|
|
|
|
[node name="Level7" type="Node3D" groups=["Level"]]
|
|
process_mode = 3
|
|
|
|
[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, -0.624017, 0.090312, -0.389846)
|
|
disable_mode = 2
|
|
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)
|
|
_levelIndex = 6
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D2"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.11323, -2.51823)
|
|
shape = SubResource("CylinderShape3D_a56hv")
|
|
|
|
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|