diff options
author | Pushkar Joshi | 2012-02-29 11:38:33 -0800 |
---|---|---|
committer | Pushkar Joshi | 2012-02-29 11:38:33 -0800 |
commit | 46fb52be241dced940d46629c809a09c86ed4438 (patch) | |
tree | 7e8462aeb86c8d579efbbd1ae6688d594e82bcbd /js/data | |
parent | f000a3cced9adbfff1d7aa641e6eb42ad6edf7e8 (diff) | |
download | ninja-46fb52be241dced940d46629c809a09c86ed4438.tar.gz |
changed the registration point of the brush tool icon and
added a temporary check to prevent extremely long brush strokes
Diffstat (limited to 'js/data')
-rwxr-xr-x | js/data/tools-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js index cf48757d..3abdb60f 100755 --- a/js/data/tools-data.js +++ b/js/data/tools-data.js | |||
@@ -141,7 +141,7 @@ exports.ToolsData = Montage.create(Montage, { | |||
141 | "spriteSheet": true, | 141 | "spriteSheet": true, |
142 | "action": "BrushTool", | 142 | "action": "BrushTool", |
143 | "toolTip": "Brush Tool", | 143 | "toolTip": "Brush Tool", |
144 | "cursor": "url('images/tools/brush_down.png'), default", | 144 | "cursor": "url('images/tools/brush_down.png') 9 17, default", |
145 | "lastInGroup": false, | 145 | "lastInGroup": false, |
146 | "container": false, | 146 | "container": false, |
147 | "selected": false | 147 | "selected": false |