1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-15 19:54:43 -05:00

Advanced drag and drop

More precise drag and drop. Still has a few bugs, but most of the base is there.

- Removed translations.
- Cleaned up README
This commit is contained in:
Tony Bark 2023-12-07 21:45:26 -05:00
parent 805cbe2738
commit 2bc37e1100
18 changed files with 173 additions and 58 deletions

5
scripts/global.gd Normal file
View file

@ -0,0 +1,5 @@
# 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