Files
ruu-goblin-quest/package.json
Naomi Carrigan af72c1760b chore: back up compiled files
We lost the source code long ago
2025-06-27 15:59:32 -07:00

12 lines
293 B
JSON

{
"name": "rmmz-game",
"main": "index.html",
"chromium-args": "--force-color-profile=srgb --disable-devtools",
"window": {
"title": "Ruu's Goblin Quest",
"width": 1536,
"height": 864,
"position": "center",
"icon": "icon/icon.png"
}
}