GrappleTest/Player/BasicCharacter/CameraController.gd
Bingus_Violet 14ef7ad7f9 test
2024-02-22 00:10:13 -06:00

5 lines
83 B
GDScript

extends Camera2D
func _process(delta):
position = get_local_mouse_position() / 3