mirror of https://github.com/espruino/BangleApps
`acmaze` and `ftclock` are `bangle.js 1` compat
Both apps were tested on a `bangle.js 1` by forum user Mi: https://forum.espruino.com/comments/16376253/ (thanks for testing).pull/1369/head
parent
2c9e164a06
commit
faec5bd021
|
@ -5,7 +5,7 @@
|
||||||
"description": "Tilt the watch to roll a ball through a maze.",
|
"description": "Tilt the watch to roll a ball through a maze.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"storage": [
|
"storage": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
|
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"ftclock.app.js","url":"app.js"},
|
{"name":"ftclock.app.js","url":"app.js"},
|
||||||
|
|
Loading…
Reference in New Issue