mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added basic structure and comments for Tools
Fixed lpe palette loading, added custom events
This commit is contained in:
14
js/ToolManager.js
Normal file
14
js/ToolManager.js
Normal file
@ -0,0 +1,14 @@
|
||||
const ToolManager = (() => {
|
||||
/** What it should do
|
||||
*
|
||||
* - Listen to mouse events
|
||||
* - Bind mouse events
|
||||
* - Call tool functions
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
return {
|
||||
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user