generated from svub/text-adventure-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
svub
committed
Oct 4, 2022
1 parent
5d37a25
commit 275f080
Showing
2 changed files
with
177 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15880,7 +15880,182 @@ const book: Book = (({ | |
] | ||
} | ||
], | ||
"specials": {}, | ||
"specials": { | ||
"credits": { | ||
"id": "credits", | ||
"title": "Mitwirkende", | ||
"elements": [ | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Idee, Story und UX & UI</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Thomas Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Konzept und Programmierung</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Sven Buschbeck</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Lektor und Mentoring</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Fritz Krautzberger</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Illustrationen</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Minh Chau Appelhagen-Lu</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Thomas Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Testleser</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Minh Chau Appelhagen-Lu</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Benedikt Rascop</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Bettina Buschbeck</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Sven Buschbeck</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Alexandra Röhl</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Sebastian Anton</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Frank Wehrle</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Elke Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Marina Siciliano</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Ben Regali</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Franz Schelke</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Michael Krett</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Varinja Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Andi Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Bernd Schreyer</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Christoph Jaster</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Michael Heller</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Christian Wussow</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p><em>Speziellen Dank</em></p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Silke Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Benedikt Rascop</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Minh Chau Appelhagen-Lu</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Lara Kiris</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Lord Neon</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Alessandro Russo</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Franz Schelke</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Christian Aschoff</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Kissshirts.de</p>" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"text": "<p>Wir freuen uns über dein <a href=\"mailto:[email protected]\" rel=\"noopener noreferrer\" target=\"_blank\">Feedback</a>.</p>" | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"title": "White mit anderen teilen", | ||
"id": "share", | ||
"data": "Hollow" | ||
}, | ||
{ | ||
"title": "Zurück", | ||
"id": "start", | ||
"data": "" | ||
} | ||
] | ||
} | ||
}, | ||
"config": { | ||
"items": [ | ||
{ | ||
|