Skip to content

Commit e339447

Browse files
committed
Update mode with new icon & previews
1 parent 48501b7 commit e339447

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

images/spiral_icon.svg

+42
Loading

images/spiral_preview_1.jpg

301 KB
Loading

images/spiral_preview_2.jpg

213 KB
Loading

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robopaint-mode-spiral",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "robopaint_mode",
55
"main": "spiral.js",
66
"author": "techninja",
@@ -9,7 +9,6 @@
99
"core": true,
1010
"debug": true,
1111
"i18n": "native",
12-
"icon": "icon-print",
1312
"index": "spiral.html",
1413
"name": "spiral",
1514
"opensvg": false,
@@ -19,7 +18,14 @@
1918
"jquery",
2019
"underscore",
2120
"mediasets"
22-
]
21+
],
22+
"graphics": {
23+
"icon": "images/spiral_icon.svg",
24+
"previews": [
25+
"images/spiral_preview_1.jpg",
26+
"images/spiral_preview_2.jpg"
27+
]
28+
}
2329
},
2430
"dependencies": {
2531
"datauri": "^0.7.1"

0 commit comments

Comments
 (0)