Added ResizableTool and SelectionTool

This commit is contained in:
unsettledgames
2021-11-01 13:02:18 +01:00
parent 2d8974f9d6
commit a56d7092fc
14 changed files with 138 additions and 582 deletions

View File

@ -11,8 +11,23 @@
//=include ColorModule.js
//=include _drawLine.js
//=include _tools.js
//=include tools/*.js
//=include tools/ResizableTool.js
//=include tools/SelectionTool.js
//=include tools/BrushTool.js
//=include tools/EraserTool.js
//=include tools/LineTool.js
//=include tools/RectangleTool.js
//=include tools/FillTool.js
//=include tools/EyedropperTool.js
//=include tools/PanTool.js
//=include tools/ZoomTool.js
//=include tools/RectangularSelectionTool.js
//=include tools/MoveSelectionTool.js
//=include ToolManager.js
/**init**/