Tool plugin architecture with eraser/pen/paintbucket tools.

This commit is contained in:
Vince
2012-08-31 10:45:07 +02:00
parent 70ad2760df
commit ca04f8db4d
20 changed files with 614 additions and 85 deletions

6
js/Events.js Normal file
View File

@ -0,0 +1,6 @@
Events = {
TOOL_SELECTED : "TOOL_SELECTED",
CANVAS_RIGHT_CLICKED: "CANVAS_RIGHT_CLICKED",
CANVAS_RIGHT_CLICK_RELEASED: "CANVAS_RIGHT_CLICK_RELEASED"
};