Prepare Ink Coolify release branch

This commit is contained in:
2026-05-19 15:25:23 +02:00
parent 9111dedaa2
commit 90f81ee1b7
90 changed files with 68 additions and 14215 deletions
-18
View File
@@ -1,18 +0,0 @@
{
"engine": "yaml",
"locale": "en_US",
"paths": {
"mainGameFile": "data/worlds/example_world.yml",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "The Mysterious Mansion",
"author": "AI Interactive Fiction",
"subtitle": "An open-world text adventure",
"version": "1.0.0",
"language": "en_US",
"copyright": "Prototype content for local development."
}
}
-19
View File
@@ -1,19 +0,0 @@
{
"engine": "zcode",
"locale": "en_US",
"paths": {
"mainGameFile": "data/z-code/zork1.bin",
"promptDir": "data/zcode-prompts",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "Zork I",
"author": "Infocom",
"subtitle": "A narrated Z-code adventure",
"version": "1.0.0",
"language": "en_US",
"copyright": "Use only with a legally supplied Z-code story file."
}
}