mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added ResizableTool and SelectionTool
This commit is contained in:
5
js/tools/ResizableTool.js
Normal file
5
js/tools/ResizableTool.js
Normal file
@ -0,0 +1,5 @@
|
||||
class ResizableTool extends Tool {
|
||||
constructor(name, options, switchFunc) {
|
||||
super(name, options, switchFunc);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user