mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-05 13:34:48 -04:00
More precise drag and drop. Still has a few bugs, but most of the base is there. - Removed translations. - Cleaned up README
5 lines
157 B
GDScript
5 lines
157 B
GDScript
# This project is licensed under the GPL-3.0 license.
|
|
# See the LICENSE file in the project root for more information.
|
|
extends Node
|
|
|
|
var is_dragging = false
|