We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434d641 commit 6582376Copy full SHA for 6582376
3 files changed
scenes/levels/easy_locks.tscn
@@ -15,10 +15,10 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
15
size = Vector3(11, 1, 11)
16
17
[node name="PedestalLeft" parent="." index="8" instance=ExtResource("2_4tcl0")]
18
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0.65, -0.5)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0.65, -1)
19
20
[node name="PedestalRight" parent="." index="9" instance=ExtResource("2_4tcl0")]
21
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.3, 0.65, -0.5)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.3, 0.65, -1)
22
23
[node name="Door" parent="." index="10" instance=ExtResource("3_iof1q")]
24
transform = Transform3D(3.870159, 0, 0, 0, 3.870159, 0, 0, 0, 3.870159, 0, 0, -5.1633463)
scenes/levels/far_locks.tscn
[node name="PedestalLeft" parent="." index="8" instance=ExtResource("2_61y7v")]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.8, 0.65, -0.5)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.8, 0.65, -1)
[node name="PedestalRight" parent="." index="9" instance=ExtResource("2_61y7v")]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8, 0.65, -0.5)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8, 0.65, -1)
[node name="Door" parent="." index="10" instance=ExtResource("3_61y7v")]
scenes/levels/high_low_locks.tscn
@@ -15,7 +15,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
[node name="Pedestal" type="CSGBox3D" parent="." index="8"]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, -0.5)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, -1)
size = Vector3(0.5, 2.5, 0.5)
[node name="BoxHoleTop" type="CSGBox3D" parent="Pedestal" index="0"]
0 commit comments