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:
@@ -1,4 +1,4 @@
|
||||
class EraserTool extends Tool {
|
||||
class EraserTool extends ResizableTool {
|
||||
constructor(name, options, switchFunction) {
|
||||
super(name, options);
|
||||
|
||||
|
Reference in New Issue
Block a user