aboutsummaryrefslogtreecommitdiff
path: root/js/data/tools-data.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-15 14:23:19 -0800
committerArmen Kesablyan2012-02-15 14:23:19 -0800
commitbb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b (patch)
treecae6abe170b5ac861747dcd6db5a7c19ab34858c /js/data/tools-data.js
parentace16ef22b3ff32663504df7720af481d76987d6 (diff)
downloadninja-bb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b.tar.gz
Tool Icons : New layout
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/data/tools-data.js')
-rw-r--r--js/data/tools-data.js66
1 files changed, 33 insertions, 33 deletions
diff --git a/js/data/tools-data.js b/js/data/tools-data.js
index de965dbc..8356c422 100644
--- a/js/data/tools-data.js
+++ b/js/data/tools-data.js
@@ -157,39 +157,39 @@ exports.ToolsData = Montage.create(Montage, {
157 "container": false, 157 "container": false,
158 "selected": false 158 "selected": false
159 }, 159 },
160 { 160// {
161 "id": "InkBottleTool", 161// "id": "InkBottleTool",
162 "properties": "inkbottleProperties", 162// "properties": "inkbottleProperties",
163 "spriteSheet": true, 163// "spriteSheet": true,
164 "action": "InkBottleTool", 164// "action": "InkBottleTool",
165 "toolTip": "Ink Bottle Tool", 165// "toolTip": "Ink Bottle Tool",
166 "cursor": "url('images/tools/inkbottle_down.png'), default", 166// "cursor": "url('images/tools/inkbottle_down.png'), default",
167 "lastInGroup": false, 167// "lastInGroup": false,
168 "container": false, 168// "container": false,
169 "selected": false 169// "selected": false
170 }, 170// },
171 { 171// {
172 "id": "EyedropperTool", 172// "id": "EyedropperTool",
173 "properties": "eyedropperProperties", 173// "properties": "eyedropperProperties",
174 "spriteSheet": true, 174// "spriteSheet": true,
175 "action": "EyedropperTool", 175// "action": "EyedropperTool",
176 "toolTip": "Eyedropper Tool", 176// "toolTip": "Eyedropper Tool",
177 "cursor": "url('images/tools/eyedropper_down.png'), default", 177// "cursor": "url('images/tools/eyedropper_down.png'), default",
178 "lastInGroup": false, 178// "lastInGroup": false,
179 "container": false, 179// "container": false,
180 "selected": false 180// "selected": false
181 }, 181// },
182 { 182// {
183 "id": "EraserTool", 183// "id": "EraserTool",
184 "properties": "eraserProperties", 184// "properties": "eraserProperties",
185 "spriteSheet": true, 185// "spriteSheet": true,
186 "action": "EraserTool", 186// "action": "EraserTool",
187 "toolTip": "Eraser Tool", 187// "toolTip": "Eraser Tool",
188 "cursor": "auto", 188// "cursor": "auto",
189 "lastInGroup": false, 189// "lastInGroup": false,
190 "container": false, 190// "container": false,
191 "selected": false 191// "selected": false
192 }, 192// },
193 { 193 {
194 "id": "RotateStageTool3D", 194 "id": "RotateStageTool3D",
195 "properties": "rotateStageProperties", 195 "properties": "rotateStageProperties",