Added back rectangle tool

This commit is contained in:
unsettledgames
2021-10-31 12:49:38 +01:00
parent b2fef6154d
commit 6b739f0ea7
8 changed files with 161 additions and 187 deletions

View File

@@ -31,7 +31,6 @@ class BrushTool extends Tool {
onEnd(mousePos) {
super.onEnd(mousePos);
this.endMousePos = mousePos;
}
onSelect() {