Buggy but playable, auto-complete on stage 6 still a bug
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user