Fix issues
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://c4xcka4ekuur8"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c4xcka4ekuur8"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_mo03n"]
|
||||
[ext_resource type="PackedScene" uid="uid://dibismvgu8151" path="res://Levels/Models/STAGE 8.blend" id="1_wd00s"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_44edv"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="4_rdu0b"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_76jfi"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_3ne7n"]
|
||||
radius = 0.957319
|
||||
|
||||
[node name="Level8" type="Node3D" groups=["Level"]]
|
||||
script = ExtResource("1_mo03n")
|
||||
_levelIndex = 7
|
||||
|
||||
[node name="STAGE 8" parent="." instance=ExtResource("1_wd00s")]
|
||||
|
||||
@@ -22,6 +18,7 @@ collision_mask = 16
|
||||
|
||||
[node name="Exit Portal" parent="Area3D2" instance=ExtResource("3_44edv")]
|
||||
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, -2.53252)
|
||||
_levelIndex = 7
|
||||
|
||||
[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_3ne7n")
|
||||
|
||||
[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_rdu0b")
|
||||
script = ExtResource("5_76jfi")
|
||||
|
||||
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.60971, 0.123258, 5.51333)
|
||||
|
||||
Reference in New Issue
Block a user