-
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
Showing
1 changed file
with
20 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -349,6 +349,26 @@ | |
<progress value="0" max="100" id="progress"></progress> | ||
</div> | ||
</div> | ||
<div style="width: 100%; | ||
height: 50px; | ||
position: absolute; | ||
background: rgba(255,255,255,.7); | ||
bottom: 5px; | ||
text-align: justify; | ||
text-justify: inter-word;; | ||
"> | ||
<p style="font-family:Serif; color: antiquewhite; margin-top: 3px; margin-left: 10px; margin-right: 10px; font-size:1.4vw; text-align: center;"><var>Before you begin:</var> wondering about your game data? Don`t worry! Your unlocked assets, highscore and coins are safely stored in your browser`s local storage and get loaded whenever you choose to revisit this site. Switching the game window to fullscreen mode is advized for a better game-experience :)</p> | ||
</div> | ||
<div style="width: 100%; | ||
height: 35px; | ||
position: absolute; | ||
background: rgba(255,255,255,.7); | ||
top: 5px; | ||
text-align: justify; | ||
text-justify: inter-word;; | ||
"> | ||
<p style="font-family:Serif; color: antiquewhite; margin-top: 3px; margin-left: 10px; margin-right: 10px; font-size:1.4vw; text-align: center;"><var>If you liked playing this game, you can appreciate the effort by starring the <a href="https://www.w3schools.com/" title="You need an account at Github" target="_blank">github repo of the project</a> or simply <a href="mailto:[email protected]" title="this will open your mail app" target="_blank">dropping the developer a mail</a></var></p> | ||
</div> | ||
<div id="myBackground" | ||
style="height: 100%; | ||
width: 100%; | ||
|