fix: add smoke verifier, camera to TestLevel, fix player collision shape
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user