commit
01cbb252ff
|
|
@ -1 +1,2 @@
|
||||||
0.01: Initial Release
|
0.01: Initial Release
|
||||||
|
0.02: Shrink hand images to save memory
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,17 @@ var imgBg = {
|
||||||
/* Set hour hand image */
|
/* Set hour hand image */
|
||||||
|
|
||||||
var imgHour = {
|
var imgHour = {
|
||||||
width : 16, height : 176, bpp : 2,
|
width : 14, height : 114, bpp : 2,
|
||||||
transparent : 0,
|
transparent : 0,
|
||||||
buffer : require("heatshrink").decompress(atob("AH4A/AH4A/AEk//gDp///gEDAYPAh4DB+E/AYP8AaYbDEYYrDLdgD/Af4DXh/wAYIA/AGwA="))
|
buffer : require("heatshrink").decompress(atob("AH4A/AB8P/4DB//wAz8D//8BIIKBn4DB54CBACPzAQP8EoImBD4PAJkQG/A34GIgbUBA"))
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Set minute hand image */
|
/* Set minute hand image */
|
||||||
|
|
||||||
var imgMin = {
|
var imgMin = {
|
||||||
width : 8, height : 176, bpp : 2,
|
width : 4, height : 168, bpp : 2,
|
||||||
transparent : 0,
|
transparent : 0,
|
||||||
buffer : require("heatshrink").decompress(atob("AH4A/AB8P+AB/AP4B/AIcA4DPHA="))
|
buffer : require("heatshrink").decompress(atob("AH4AE/4A/AEI"))
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Set second hand image */
|
/* Set second hand image */
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"shortName":"5actus",
|
"shortName":"5actus",
|
||||||
"icon": "seiko-5actus.png",
|
"icon": "seiko-5actus.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "A watch designed after then Seiko 5actus from the 1970's",
|
"description": "A watch designed after then Seiko 5actus from the 1970's",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue