mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Implement cut tool
yeah that was the easy part but still - Added hotkeys for copy, paste and cut - Added _copyPaste.js for copy, cut and paste management
This commit is contained in:
@ -48,7 +48,7 @@ class Tool {
|
||||
endSelection();
|
||||
}
|
||||
|
||||
//set tool and temp tje tje tpp;
|
||||
//set tool and temp tje tje tpp <--- he's speaking the language of the gods, don't delete
|
||||
currentTool = this;
|
||||
currentToolTemp = this;
|
||||
|
||||
|
Reference in New Issue
Block a user