Skip to content

Commit

Permalink
fix: rename characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Müller committed Jun 20, 2020
1 parent cb90689 commit 096c7be
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/demol/src/app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@
"type": "image",
"layer": "third",
"value": "daheim_karl",
"title": "karl"
"title": "Karl"
},
{
"type": "image",
"layer": "third",
"value": "daheim_gerda",
"title": "gerda"
"title": "Gerda"
},
{
"type": "image",
"layer": "third",
"value": "daheim_anna",
"title": "anna"
"title": "Anna"
}
]
},
{
"grouped": true,
"row": false,
"character": "anna",
"character": "Anna",
"content": [
{
"value": "Anna lebt mit ihrer Familie im Ruhrgebiet. Sie ist gerade 12 Jahre alt geworden. Ihr Vater arbeitet unter Tage im Bergbau. Ihre Mutter kümmert sich um Anna, ihre 3 Geschwister sowie ihren alten Großvater. Der Lohn des Vaters reicht gerade aus, um sie alle zu versorgen.",
Expand All @@ -99,7 +99,7 @@
{
"grouped": true,
"row": true,
"character": "anna",
"character": "Anna",
"background": "daheim_familie2",
"content": [
{
Expand Down Expand Up @@ -141,7 +141,7 @@
{
"grouped": false,
"row": false,
"character": "anna",
"character": "Anna",
"content": [
{
"type": "text",
Expand All @@ -152,7 +152,7 @@
}, {
"grouped": false,
"row": false,
"character": "anna",
"character": "Anna",
"content": [
{
"type": "image",
Expand All @@ -163,7 +163,7 @@
}, {
"grouped": false,
"row": false,
"character": "anna",
"character": "Anna",
"content": [
{
"type": "text",
Expand All @@ -180,7 +180,7 @@
{
"grouped": true,
"row": false,
"character": "anna",
"character": "Anna",
"content": [
{
"type": "text",
Expand All @@ -193,9 +193,9 @@
"value": "Hilf Anna, ihn wieder zusammenzufügen, um zum Treffpunkt der Ortsgruppe zu gelangen. Ziehe dazu die durcheinandergewürfelten Kartenausschnitte in das entsprechende vorgezeichnete Feld. Wenn du das Puzzle richtig gelöst hast, kommst du zum nächsten Kapitel."
},
{
"type": "puzzle",
"type": "suitcase",
"layer": "base",
"value": "puzzle"
"value": "suitcase"
},
{
"type": "redirect",
Expand Down

0 comments on commit 096c7be

Please sign in to comment.