elminas-story/www/package.json
2026-03-14 02:42:29 -05:00

12 lines
242 B
JSON

{
"name": "mygame",
"main": "index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 1024,
"height": 768,
"icon": "icon/icon.png"
}
}