Document markup and improve choice tags

This commit is contained in:
2026-05-17 15:52:41 +02:00
parent c2fb27b6b8
commit 2c54498ee2
52 changed files with 3485 additions and 377 deletions
+8 -7
View File
@@ -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"
}
}