Skip to content

Commit

Permalink
Anfangspassagen neu sortiert
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Mar 21, 2024
1 parent 4382f73 commit 4db9329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dist/data/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ getTranslations = function () {
}
text["intro.welcome"] = {
"1": {
de: 'Check',
en: 'Check'
de: 'Setup beendet',
en: 'Setup complete'
},
"2": {
de: 'Hallo Leute. Hat alles geklappt?',
en: 'Hello folks. Did everything work out?'
de: 'Hat alles geklappt?',
en: 'Did everything work out?'
},
"3": {
de: 'Konnte der Detector den Geist und die Karte sehen?',
Expand Down
6 changes: 3 additions & 3 deletions index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Spook Tours

<<script>>
if (State.variables.is_pwa) {
$.wiki('<<goto "setup.splash">>')
$.wiki('<<goto "setup.player">>')
};

$('#story').attr('style', 'background-image:url(images/bg.jpg)');
Expand Down Expand Up @@ -382,7 +382,7 @@ Spook Tours

<div class="btn-group">
<button class="retry">[[|passage()]]</button>
<button class="next">[[|setup.player]]</button>
<button class="next">[[|intro.2]]</button>
</div>

:: setup.player {"position":"100,900","size":"100,100"}
Expand Down Expand Up @@ -709,7 +709,7 @@ $(document).one(":passagedisplay", function() {
<div class="btn-group">
<button class="return">[[|intro.welcome]]</button>
<button class="retry">[[|passage()]]</button>
<button class="next">[[|intro.2]]</button>
<button class="next">[[|setup.music]]</button>
</div>

:: intro.2 {"position":"700,900","size":"100,100"}
Expand Down

0 comments on commit 4db9329

Please sign in to comment.