Fix issues
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://ctvkevnc0wxka"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://ctvkevnc0wxka"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c33ymduovqqw" path="res://Levels/Models/STAGE 4.blend" id="1_qu6ym"]
|
||||
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_sqfsi"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_wflo5"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="4_hoql1"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_tx78o"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_8lqmd"]
|
||||
radius = 0.957319
|
||||
|
||||
[node name="Level4" type="Node3D" groups=["Level"]]
|
||||
script = ExtResource("1_sqfsi")
|
||||
_levelIndex = 3
|
||||
|
||||
[node name="STAGE 4" parent="." instance=ExtResource("1_qu6ym")]
|
||||
|
||||
@@ -22,6 +18,7 @@ collision_mask = 16
|
||||
|
||||
[node name="Exit Portal" parent="Area3D2" instance=ExtResource("3_wflo5")]
|
||||
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, -2.53252)
|
||||
_levelIndex = 3
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D2"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.51823)
|
||||
@@ -29,7 +26,7 @@ shape = SubResource("CylinderShape3D_8lqmd")
|
||||
|
||||
[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_hoql1")
|
||||
script = ExtResource("5_tx78o")
|
||||
|
||||
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.65542, 0.123258, 5.51333)
|
||||
|
||||
Reference in New Issue
Block a user