tweaks for last PR to get the tests passing
parent
d0598613dd
commit
b2b4f2e29d
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB |
|
|
@ -1,14 +0,0 @@
|
||||||
{ "id": "MegaDenti",
|
|
||||||
"name": "Denti",
|
|
||||||
"shortName":"My Denti",
|
|
||||||
"icon": "brush-teeth.png",
|
|
||||||
"version":"0.01",
|
|
||||||
"description": "This is a description of my awesome teeths app",
|
|
||||||
"tags": "game",
|
|
||||||
"supports": ["BANGLEJS"],
|
|
||||||
"readme": "README.md",
|
|
||||||
"storage": [
|
|
||||||
{"name":"MegaDenti.app.js","url":"app.js"},
|
|
||||||
{"name":"brush-teeth.img","url":"app-icon.js","evaluate":true}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
require("heatshrink").decompress(atob("mEw4kA///A4M79/6823gvb70/qvLrXrrXdqmyzl2gvTzn0glS4ttuZh9iMQCykBvsRC6vUC6sdppIUgMb2Ol+IYBGaBGB6Oll1xGKMRpsfi/FrQXRjtHutai/uC6EBunRj9SrB5DPppeBj/njVV0IICu1xUpscqvBvgSCC5qlCuN1kqnCI5xGB69VwP1qJ2QUoMR4tcuOBA4LXOUoOKi/lq8RgMd64YMUoXCr8XFgMXs1p6JeM7cRjVS0PZtN5s2Z3oXKiKlBivHjl4swACu4XJgIWB6mxv0l0MZC4eZ3YXHKgPdolLuMR+tXC4lmzq/GQQNEonduILBDwOWC4lmBgLRG3vREQcBFwoABtfRC4kXaIKyFjAHBjtmy4EBvoXFjtBNA0X13u0N5j/O5+BEwhGBDwZICgPykUil0RwUikfqC4kR3YGCgOGwIuBCwIAB+NSkXh/3xIwlIiEBC4MbDgMaCoMl8U+AQNajXhIwcUIwIXBI4ceC4UcmVXJoMfC4nUVooABjhGC0LEBJAM+C4alBew5HCGAPu8QEBC4bsB2IXLAAk+0KlHXwoXLUop1BgK/CmQXG9ynCjtHIwUB3ZLDgJaCC4qJBLwJGDC4zvCAAbvBBoUReYZHCMAcTCYWvGgMu95CDRo7AFl8RiqmCCZSQGqKtCRwYAMgLqB4JYBmXuwIXP4UiRIXj9xyDCpTDBuUuYoWDRwYAKWIUVl4SCjXnC5I5DjORCQMxCQUf8JdNZITMEAggAvA="))
|
||||||
|
|
@ -68,7 +68,7 @@ function countDown() {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
g.clear();
|
g.clear(1);
|
||||||
g.setFontAlign(0,0); // center font
|
g.setFontAlign(0,0); // center font
|
||||||
g.setFont("Vector",80); // vector font, 80px
|
g.setFont("Vector",80); // vector font, 80px
|
||||||
// draw the current counter value
|
// draw the current counter value
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -0,0 +1,15 @@
|
||||||
|
{ "id": "megadenti",
|
||||||
|
"name": "Denti",
|
||||||
|
"shortName":"My Denti",
|
||||||
|
"icon": "brush-teeth.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "This app allows you wash your teeth in an efficent way. A coloured timer guides you while your smile becomes bright!",
|
||||||
|
"tags": "game",
|
||||||
|
"supports": ["BANGLEJS"],
|
||||||
|
"allow_emulator": true,
|
||||||
|
"readme": "README.md",
|
||||||
|
"storage": [
|
||||||
|
{"name":"megadenti.app.js","url":"app.js"},
|
||||||
|
{"name":"megadenti.img","url":"app-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue