This commit is contained in:
2023-09-11 17:42:11 -07:00
parent ba9c1e320e
commit 4d8fbda71b
21 changed files with 123 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=14 format=3 uid="uid://basequfmpg04f"]
[gd_scene load_steps=15 format=3 uid="uid://basequfmpg04f"]
[ext_resource type="Script" path="res://Levels/Scripts/Level.cs" id="1_rkcp4"]
[ext_resource type="PackedScene" uid="uid://dvhuxo7h0opvm" path="res://Levels/Models/Stage2/stage_2Collisions.tscn" id="2_gsn0b"]
@@ -30,6 +30,9 @@ size = Vector3(1.01556, 1.80238, 7.12857)
[sub_resource type="BoxShape3D" id="BoxShape3D_0w4r5"]
size = Vector3(2.51995, 1.80782, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_ccgpo"]
size = Vector3(1.81712, 1.43756, 8.27492)
[node name="Level2" type="Node3D" groups=["Level"]]
process_mode = 3
script = ExtResource("1_rkcp4")
@@ -109,5 +112,9 @@ shape = SubResource("BoxShape3D_d3tdv")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.26565, -0.141602, 2.921)
shape = SubResource("BoxShape3D_0w4r5")
[node name="CollisionShape3D9" type="CollisionShape3D" parent="Collisions"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.96934, 0, -1.85493)
shape = SubResource("BoxShape3D_ccgpo")
[node name="Exit Portal" parent="." instance=ExtResource("2_sq8bv")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.39471, 0, 1.34009)