Clegg/camera/camera.gd
pennyrigate 6a269eb236 clegg
2025-07-19 16:54:36 -04:00

4 lines
129 B
GDScript

extends Camera2D
func _physics_process(delta: float) -> void:
global_position = get_owner().get_node("Player").global_position