mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Moved cursor in selection check to selection tool
This commit is contained in:
@ -6,6 +6,7 @@ var tool = {};
|
||||
class Tool {
|
||||
name = "AbstractTool";
|
||||
isSelected = false;
|
||||
switchFunction = undefined;
|
||||
|
||||
// Cursor and brush size
|
||||
cursorType = {};
|
||||
|
Reference in New Issue
Block a user