GrappleTest/Player/BasicCharacter/CameraController.gd

5 lines
83 B
GDScript3
Raw Normal View History

2024-02-22 00:10:13 -06:00
extends Camera2D
func _process(delta):
position = get_local_mouse_position() / 3