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

@@ -53,6 +53,8 @@ const MAX_SCREEN_SHAKE: float = 0.5
func _process(delta: float) -> void:
calc_view_offset(delta)
func get_camera_center():
return self.get_viewport().get_size() / 2
func calc_view_offset(delta: float):
assert(player, "player is not attached to camera effects script")