Level Setup

Integrated with Trenchbroom
This commit is contained in:
2025-11-13 19:04:33 -05:00
parent 14000f0096
commit 9f5183bed2
572 changed files with 15202 additions and 766 deletions

View File

@@ -56,7 +56,6 @@ func update_camera_rotation(input: Vector2) -> void:
rotation.z = 0.0
func update_camera_height(delta: float, direction: int) -> void:
if position.y >= crouch_offset and position.y <= DEFAULT_HEIGHT:
position.y = clampf(position.y + (crouch_speed * direction) * delta, crouch_offset, DEFAULT_HEIGHT)