fix: add smoke verifier, camera to TestLevel, fix player collision shape

This commit is contained in:
2026-06-03 15:06:26 -04:00
parent 1feefbf811
commit ceeff6a1ab
3 changed files with 43 additions and 1 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ script = ExtResource("1")
[node name="Camera3D" type="Camera3D" parent="PlayerMovementController"]
[node name="CapsuleShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("")
shape = CapsuleShape3D.new()
shape.radius = 0.4
shape.height = 1.8