Basic rectangular select tool basic

This commit is contained in:
Vince
2012-09-13 22:57:32 +02:00
parent 2aaab74b80
commit e85fe32f02
13 changed files with 197 additions and 54 deletions

View File

@ -12,6 +12,8 @@
ns.BaseTool.prototype.moveToolAt = function(col, row, color, frame, overlay) {};
ns.BaseTool.prototype.moveUnactiveToolAt = function(col, row, color, frame, overlay) {};
ns.BaseTool.prototype.releaseToolAt = function(col, row, color, frame, overlay) {};
/**