Buggy but playable, auto-complete on stage 6 still a bug

This commit is contained in:
2023-09-08 20:13:58 -07:00
parent 29140712f6
commit f67963b129
16 changed files with 70 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=11 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"]
@@ -21,6 +21,18 @@ size = Vector3(5, 20, 27.822)
[sub_resource type="BoxShape3D" id="BoxShape3D_xtojv"]
size = Vector3(5, 20, 27.822)
[sub_resource type="BoxShape3D" id="BoxShape3D_15sb2"]
size = Vector3(1, 1.0878, 0.909629)
[sub_resource type="BoxShape3D" id="BoxShape3D_3fmyi"]
size = Vector3(1.01672, 1.53478, 5.31772)
[sub_resource type="BoxShape3D" id="BoxShape3D_d3tdv"]
size = Vector3(1.01556, 1.80238, 7.12857)
[sub_resource type="BoxShape3D" id="BoxShape3D_0w4r5"]
size = Vector3(2.51995, 1.80782, 1)
[node name="Level2" type="Node3D" groups=["Level"]]
process_mode = 3
script = ExtResource("1_rkcp4")
@@ -97,4 +109,20 @@ shape = SubResource("BoxShape3D_xkc5v")
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 9.03101)
shape = SubResource("BoxShape3D_xtojv")
[node name="CollisionShape3D5" type="CollisionShape3D" parent="Collisions"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.510721, 0.196356, -3.73385)
shape = SubResource("BoxShape3D_15sb2")
[node name="CollisionShape3D6" type="CollisionShape3D" parent="Collisions"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.539914, 0, 0.307289)
shape = SubResource("BoxShape3D_3fmyi")
[node name="CollisionShape3D7" type="CollisionShape3D" parent="Collisions"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.11957, 0, -0.622127)
shape = SubResource("BoxShape3D_d3tdv")
[node name="CollisionShape3D8" type="CollisionShape3D" parent="Collisions"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.26565, -0.141602, 2.921)
shape = SubResource("BoxShape3D_0w4r5")
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]

View File

@@ -599,7 +599,7 @@ shape = SubResource("BoxShape3D_yew2s")
[node name="Door Hitbox" type="Area3D" parent="Door/StaticBody3D"]
transform = Transform3D(1, -2.84217e-14, -1.27055e-21, 2.84217e-14, 1, 2.98023e-08, 4.26326e-14, 2.98023e-08, 1, 5.0822e-21, -1.19209e-07, -3.55271e-15)
collision_mask = 0
collision_mask = 32
[node name="CollisionShape3D5" type="CollisionShape3D" parent="Door/StaticBody3D/Door Hitbox"]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.571146, 0.810928, 0.294388)