Add ink integration UI and media playback
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"engine": "ink",
|
||||
"locale": "en_US",
|
||||
"paths": {
|
||||
"mainGameFile": "data/ink/kaiserpunk.ink.json",
|
||||
"inkSource": "data/ink-src/kaiserpunk.ink",
|
||||
"inkCompiled": "data/ink/kaiserpunk.ink.json",
|
||||
"music": "public/music",
|
||||
"sfx": "public/sounds",
|
||||
"images": "public/images"
|
||||
},
|
||||
"metadata": {
|
||||
"title": "Eibenreith",
|
||||
"author": "Georg Tomitsch",
|
||||
"subtitle": "A Kaiserpunk Adventure",
|
||||
"version": "0.0.1",
|
||||
"copyright": "2026 by Bad Tools Studio"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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",
|
||||
"copyright": "Prototype content for local development."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"engine": "zork",
|
||||
"locale": "en_US",
|
||||
"paths": {
|
||||
"mainGameFile": "data/z-code/zork1.bin",
|
||||
"promptDir": "data/zork-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",
|
||||
"copyright": "Use only with a legally supplied Z-code story file."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user