bugfix enemy spawner

This commit is contained in:
Michael Campbell 2026-03-04 02:27:43 -05:00
parent 5b659d7b9c
commit 2fd199612b
3 changed files with 7 additions and 6 deletions

View file

@ -116,7 +116,6 @@ func _process_cam_shake(delta: float) -> void:
camera_transform.basis.x * x + \
camera_transform.basis.y * y
print("v = ", v)
%Camera3D.position += v * .5
func _process(delta: float) -> void: