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

3
js/Constants.js Normal file
View File

@ -0,0 +1,3 @@
var Constants = {
TRANSPARENT_COLOR : "tc"
};