61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://bsq7edeueqyjg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bgf5byqt71kir" path="res://Levels/Models/Stage7/Stage7.tscn" id="2_21i6n"]
|
|
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Levels/ExitPortal.tscn" id="3_sjnhq"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_a56hv"]
|
|
radius = 0.957319
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ny8q1"]
|
|
size = Vector3(5, 20, 27.822)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_3bvlx"]
|
|
size = Vector3(5, 20, 27.822)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_xgagj"]
|
|
size = Vector3(5, 20, 27.822)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_cxjq3"]
|
|
size = Vector3(5, 20, 27.822)
|
|
|
|
[node name="Level7" type="Node3D" groups=["Level"]]
|
|
process_mode = 3
|
|
|
|
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.484857, 0.090312, -2.51937)
|
|
disable_mode = 2
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
|
|
[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.0799288, -1.92508)
|
|
|
|
[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")
|
|
|
|
[node name="STAGE 7" parent="." instance=ExtResource("2_21i6n")]
|
|
transform = Transform3D(1.04, 0, 0, 0, 1.04, 0, 0, 0, 1.04, -0.601425, 0, 0)
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
collision_layer = 0
|
|
collision_mask = 0
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.80235, 2.71587, 0)
|
|
shape = SubResource("BoxShape3D_ny8q1")
|
|
|
|
[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.61603, 0, 0)
|
|
shape = SubResource("BoxShape3D_3bvlx")
|
|
|
|
[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 2.43488, -8.7119)
|
|
shape = SubResource("BoxShape3D_xgagj")
|
|
|
|
[node name="CollisionShape3D4" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 9.24233)
|
|
shape = SubResource("BoxShape3D_cxjq3")
|
|
|
|
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|