brackeys-12/start.gd

6 lines
122 B
GDScript3
Raw Normal View History

2024-09-15 02:50:11 +00:00
extends Control
func _process(delta: float) -> void:
position = (Vector2(320, 180) - get_global_mouse_position()) / 80