Added back brush with new tool system

This commit is contained in:
unsettledgames
2021-10-27 10:02:21 +02:00
parent 222228a6ce
commit 35cbe31a71
21 changed files with 217 additions and 125 deletions

View File

@ -62,7 +62,7 @@ const TopMenuModule = (() => {
Events.on('click', currSubmenuButton, cutSelectionTool);
break;
case 'Cancel':
Events.on('click', currSubmenuButton, tool.pencil.switchTo);
//Events.on('click', currSubmenuButton, tool.pencil.switchTo);
break;
//Help Menu
case 'Settings':