mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Continued MagicWand
Only missing moving the selected pixels
This commit is contained in:
@@ -19,7 +19,7 @@ const ToolManager = (() => {
|
||||
tools["lassoselect"] = new LassoSelectionTool("lassoselect",
|
||||
{type: 'cursor', style:'crosshair'}, switchTool, tools["moveselection"]);
|
||||
tools["magicwand"] = new MagicWandTool("magicwand",
|
||||
{type: 'cursor', style:'crosshair'}, switchTool, tools["movetool"]);
|
||||
{type: 'cursor', style:'crosshair'}, switchTool, tools["moveselection"]);
|
||||
|
||||
currTool = tools["brush"];
|
||||
currTool.onSelect();
|
||||
|
||||
Reference in New Issue
Block a user