pixel-editor/js/_move.js
unsettledgames b81e3f36a9 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.
2020-03-05 13:34:29 +01:00

5 lines
56 B
JavaScript

var imageDataToMove;
function updateMovePreview() {
}