4 lines
86 B
GDScript
4 lines
86 B
GDScript
extends Node2D
|
|
|
|
func _process(delta):
|
|
position = get_viewport().get_mouse_position()
|