Skip to content

Commit

Permalink
Increase score count to 150 on high scores page. Rearrange links on m…
Browse files Browse the repository at this point in the history
…ain game webpage.
  • Loading branch information
ebarlas committed Feb 11, 2025
1 parent f67792e commit 6d39188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/highscores.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
document.getElementById(hideId).style.display = 'none';
}

const qs = `?version=${targetVersion}&no_events=true&limit=100`;
const qs = `?version=${targetVersion}&no_events=true&limit=150`;
loadScores(`/scores/alltime${qs}`, (scores) => {addScores(scores, 'tb_alltime')});
loadScores(`/scores/today${qs}`, (scores) => {addScores(scores, 'tb_today')});

Expand Down
8 changes: 6 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

.body {
line-height: 1.5;
text-align: center;
}

.head {
Expand All @@ -44,12 +45,15 @@
<img class="logo" src="walking_tub.gif" alt="Walking Tub">
</div>
<div class="body">
<p>
<a href="https://apps.apple.com/us/app/trippin-on-tubs/id6449449388">iOS</a> |
<a href="https://play.google.com/store/apps/details?id=com.trippinontubs&hl=en_US&gl=US">Android</a>
</p>
<p>
<a href="highscores.html">Scores</a> |
<a href="https://github.com/ebarlas/TrippinOnTubs">Code</a> |
<a href="mailto:[email protected]">Email</a> |
<a href="https://play.google.com/store/apps/details?id=com.trippinontubs&hl=en_US&gl=US">Android</a> |
<a href="https://apps.apple.com/us/app/trippin-on-tubs/id6449449388">iOS</a>
<a href="https://www.petaluma360.com/article/news/free-trippin-on-tubs-game/">Argus</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 6d39188

Please sign in to comment.