mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
38faac5485
This is a preparation to allow drop areas on GUI elements.
4 lines
85 B
GDScript
4 lines
85 B
GDScript
extends Node2D
|
|
|
|
func _process(delta):
|
|
global_position = get_global_mouse_position()
|