Madness check-in
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://btl5fdyjewnwc"]
|
||||
|
||||
[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="PackedScene" uid="uid://6w3upp7ln4i4" path="res://Levels/Final Levels/Stage3/Stage3.tscn" id="3_gd7oi"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_kc2wt"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_j26hn"]
|
||||
@@ -9,8 +9,6 @@ radius = 0.957319
|
||||
|
||||
[node name="Level3" type="Node3D" groups=["Level"]]
|
||||
|
||||
[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
|
||||
@@ -32,4 +30,7 @@ script = ExtResource("5_kc2wt")
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3999, 0.123258, 5.51333)
|
||||
script = ExtResource("5_kc2wt")
|
||||
|
||||
[node name="STAGE 3" parent="." instance=ExtResource("3_gd7oi")]
|
||||
transform = Transform3D(1.09, 0, 0, 0, 1.09, 0, 0, 0, 1.09, 0, 0, -0.528128)
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
|
||||
Reference in New Issue
Block a user