Added correct cursor to move tool

Added _move.js to handle the selection movement, added cursor managemente for that tool. Found a bug in the imagedata part, it is currently blank.
This commit is contained in:
unsettledgames
2020-03-05 13:34:29 +01:00
parent 7ec24fc046
commit b81e3f36a9
4 changed files with 71 additions and 9 deletions

View File

@@ -1 +1,5 @@
var imageDataToMove;
var imageDataToMove;
function updateMovePreview() {
}