chore: back up compiled files

We lost the source code long ago
This commit is contained in:
2025-06-27 15:59:32 -07:00
parent 4599690601
commit af72c1760b
127 changed files with 418418 additions and 1 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
}
}