Update mmind.info
parent
8931817a2b
commit
cd71d7937d
|
|
@ -1,5 +1,17 @@
|
|||
require("Storage").write("mmind.info",{
|
||||
"id":"mmind",
|
||||
"name":"Master Mindr",
|
||||
"src":"mmind.app.js"
|
||||
});
|
||||
{
|
||||
"id": "mmind",
|
||||
"name": "Classic Mind Game",
|
||||
"shortName":"Master Mind",
|
||||
"icon": "mmind.png",
|
||||
"version":"0.01",
|
||||
"description": "This is the classic game for masterminds",
|
||||
"type": "game",
|
||||
"tags": "mastermind, game, classic",
|
||||
"readme":"README.md",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"mmind.app.js","url":"mmind.app.js"},
|
||||
{"name":"mmind.img","url":"mmind.icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue