score: add changelog and allow run in emulator
parent
68ee93457c
commit
afd132b175
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Minor code improvements
|
0.02: Minor code improvements
|
||||||
|
0.03: Bug fixes and some usability and performance improvements
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "",
|
"tags": "",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"score.app.js","url":"score.app.js"},
|
{"name":"score.app.js","url":"score.app.js"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue