5 lines
122 B
GDScript
5 lines
122 B
GDScript
extends Control
|
|
|
|
|
|
func _process(delta: float) -> void:
|
|
position = (Vector2(320, 180) - get_global_mouse_position()) / 80
|