aboutsummaryrefslogtreecommitdiff
path: root/js/data/tools-data.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/data/tools-data.js')
-rwxr-xr-xjs/data/tools-data.js24
1 files changed, 1 insertions, 23 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js
index 4d009530..ac6fe6e5 100755
--- a/js/data/tools-data.js
+++ b/js/data/tools-data.js
@@ -125,17 +125,6 @@ exports.ToolsData = Montage.create(Montage, {
125 "selected": false 125 "selected": false
126 }, 126 },
127 { 127 {
128 "id": "PencilTool",
129 "properties": "pencilProperties",
130 "spriteSheet": true,
131 "action": "PencilTool",
132 "toolTip": "Pencil Tool",
133 "cursor": "auto",
134 "lastInGroup": false,
135 "container": false,
136 "selected": false
137 },
138 {
139 "id": "BrushTool", 128 "id": "BrushTool",
140 "properties": "brushProperties", 129 "properties": "brushProperties",
141 "spriteSheet": true, 130 "spriteSheet": true,
@@ -163,22 +152,11 @@ exports.ToolsData = Montage.create(Montage, {
163 "spriteSheet": true, 152 "spriteSheet": true,
164 "action": "InkBottleTool", 153 "action": "InkBottleTool",
165 "toolTip": "Ink Bottle Tool (K)", 154 "toolTip": "Ink Bottle Tool (K)",
166 "cursor": "url('images/tools/inkbottle_down.png'), default", 155 "cursor": "url('images/tools/inkbottle_cursor.png'), default",
167 "lastInGroup": true, 156 "lastInGroup": true,
168 "container": false, 157 "container": false,
169 "selected": false 158 "selected": false
170 }, 159 },
171 {
172 "id": "EyedropperTool",
173 "properties": "eyedropperProperties",
174 "spriteSheet": true,
175 "action": "EyedropperTool",
176 "toolTip": "Eyedropper Tool (I)",
177 "cursor": "url('images/tools/eyedropper_down.png') 6 20, default",
178 "lastInGroup": false,
179 "container": false,
180 "selected": false
181 },
182// { 160// {
183// "id": "EraserTool", 161// "id": "EraserTool",
184// "properties": "eraserProperties", 162// "properties": "eraserProperties",