Document markup and improve choice tags
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"engine": "ink",
|
||||
"locale": "en_US",
|
||||
"locale": "de_DE",
|
||||
"paths": {
|
||||
"mainGameFile": "data/ink/kaiserpunk.ink.json",
|
||||
"inkSource": "data/ink-src/kaiserpunk.ink",
|
||||
"inkCompiled": "data/ink/kaiserpunk.ink.json",
|
||||
"mainGameFile": "data/ink/eibenreith.ink.json",
|
||||
"inkSource": "data/ink-src/eibenreith.ink",
|
||||
"inkCompiled": "data/ink/eibenreith.ink.json",
|
||||
"music": "public/music",
|
||||
"sfx": "public/sounds",
|
||||
"images": "public/images"
|
||||
@@ -12,8 +12,9 @@
|
||||
"metadata": {
|
||||
"title": "Eibenreith",
|
||||
"author": "Georg Tomitsch",
|
||||
"subtitle": "A Kaiserpunk Adventure",
|
||||
"version": "0.0.1",
|
||||
"copyright": "2026 by Bad Tools Studio"
|
||||
"subtitle": "Ein Kaiserpunk Abenteuer",
|
||||
"version": "0.0.2",
|
||||
"language": "de_DE",
|
||||
"copyright": "© 2026 Bad Tools Studio"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"author": "AI Interactive Fiction",
|
||||
"subtitle": "An open-world text adventure",
|
||||
"version": "1.0.0",
|
||||
"language": "en_US",
|
||||
"copyright": "Prototype content for local development."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user