pixel-editor/js/tools/DrawingTool.js
Nicola 62130ae90d Polished previous bug fix
Now it's possible to use all non-resizable tool and even copy a locked layer to paste it on an unlocked one.
2021-12-12 22:50:21 +01:00

5 lines
104 B
JavaScript

class DrawingTool extends Tool {
constructor (name, options) {
super(name, options);
}
}