Changed metadata: new screenshiot, tags and data

pull/1597/head
chiefdaft 2022-03-16 01:14:26 +01:00
parent 4370d2ef8c
commit d9a92a5f6e
3 changed files with 7 additions and 9 deletions

View File

@ -1,6 +0,0 @@
require("Storage").write("timer.info",{
"id":"game1024",
"name":"1024 Game",
"src":"game1024.app.js",
"icon":"game1024.img"
});

View File

@ -1,13 +1,17 @@
{ "id": "game1024",
"name": "1024 Game",
"shortName" : "1024 Game",
"version": "0.5",
"icon": "game1024.png",
"description": "Join the numbers and get to the 1024 tile!",
"tags": "game puzzle 1024",
"screenshots": [ {"url":"screenshot.png" } ],
"description": "Join the numbers and get to the 1024(2^10) or J or X tile!",
"type": "app",
"tags": "game,puzzle",
"allow_emulator": true,
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"game1024.app.js","url":"app.js"},
{"name":"game1024.img","url":"app-icon.js","evaluate":true}
]
],
"data":[{"name": "game1024.json", "url": "game1024.json"}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB