Skip to content

Commit

Permalink
cosmetic changes to hotspot.splash
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Jan 12, 2024
1 parent 1e84a16 commit 83fa084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dist/data/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ getTranslations = function () {
}
text["hotspot.splash"] = {
"1": {
de: 'Achtung!',
en: 'Attention!'
de: 'Holger',
en: 'Holger'
},
"2": {
de: 'Paranormale Aktivität entdeckt.',
en: 'Paranormal activity detected.'
de: 'ruft an',
en: 'is calling'
}
}
text["hotspot.frequence"] = {
Expand Down
Binary file added dist/images/hotspot.splash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,13 @@ $(document).one(":passagedisplay", function() {
:: hotspot.splash {"position":"900,900","size":"100,100"}

<<script>>
$('#story').attr('style', `background-image:url(images/hotspot.jpg)`);
$('#story').attr('style', `background-image:url(images/hotspot.splash.jpg)`);
<</script>>

<div class="wrapper">
<h1><<txt>></h1>
<h2><<txt>></h2>
<img src="images/holger.png" class="image-size-50">
</div>

<div class="btn-group">
Expand Down

0 comments on commit 83fa084

Please sign in to comment.