Skip to content

Commit

Permalink
Changelog, Contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
spencers145 committed Nov 6, 2024
1 parent bf272a0 commit b3bbe98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ <h2>SHARK GAME: NEW FRONTIERS</h2>
<td><a href="https://github.com/glowkate">Glowkate</a></td>
<td>Art</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/@WorkerDroneMainBattleTrain">Main Battle Train</a></td>
<td>Art</td>
</tr>
<tr>
<td><a href="https://http.cat/404">UnstoppableGiant</a></td>
<td>Playtesting, Art</td>
Expand Down
5 changes: 4 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $.extend(SharkGame, {
],
GAME_NAME: null,
ACTUAL_GAME_NAME: "Shark Game",
VERSION: "20240909a",
VERSION: "20241106a",
ORIGINAL_VERSION: 0.71,
VERSION_NAME: "The Tempetuous Update",
EPSILON: 1e-6, // floating point comparison is a joy
Expand Down Expand Up @@ -904,6 +904,9 @@ SharkGame.Button = {
};

SharkGame.Changelog = {
"<a href='https://github.com/Toby222/SharkGame'>New Frontiers</a> patch 20241106a": [
"Added a new sprite courtesy of <a href='https://www.youtube.com/@WorkerDroneMainBattleTrain'>Main Battle Train</a>.",
],
"<a href='https://github.com/Toby222/SharkGame'>New Frontiers</a> patch 20240909a": [
"Added another one new sprite courtesy of <a href='https://github.com/glowkate'>Glowkate</a>!",
"Added a heap of new fun facts.",
Expand Down

0 comments on commit b3bbe98

Please sign in to comment.