Restored square templates in splash page

This commit is contained in:
Nicola
2021-12-27 19:40:23 +01:00
parent a52fc647e3
commit fd3daecba5
6 changed files with 29 additions and 7 deletions

View File

@ -1,6 +1,6 @@
class LassoSelectionTool extends SelectionTool {
constructor (name, options, switchFunc, moveTool) {
super(name, options, switchFunc, moveTool);
}
onStart(mousePos) {