`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
The Dod 2022-01-30 15:17:39 +02:00
parent 2c9e164a06
commit faec5bd021
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"description": "Tilt the watch to roll a ball through a maze.",
"icon": "app.png",
"tags": "game",
"supports" : ["BANGLEJS2"],
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"screenshots": [{"url":"screenshot.png"}],
"storage": [

View File

@ -7,7 +7,7 @@
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"ftclock.app.js","url":"app.js"},