mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
6 lines
81 B
GDScript
6 lines
81 B
GDScript
extends Position2D
|
|
|
|
|
|
func _process(delta):
|
|
look_at(get_global_mouse_position())
|