5 lines
91 B
GDScript
5 lines
91 B
GDScript
extends Node2D
|
|
|
|
func _process(delta: float) -> void:
|
|
look_at(get_global_mouse_position())
|