Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spencers145 committed Nov 19, 2024
1 parent 5ec31e3 commit 3290d59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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: "20241106a",
VERSION: "20241119a",
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,10 @@ SharkGame.Button = {
};

SharkGame.Changelog = {
"<a href='https://github.com/Toby222/SharkGame'>New Frontiers</a> patch 20241119a": [
"Added another new sprite courtesy of <a href='https://www.youtube.com/@WorkerDroneMainBattleTrain'>Main Battle Train</a>.",
"Added another new sprite courtesy of <a href='https://github.com/glowkate'>Glowkate</a>.",
],
"<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>.",
],
Expand Down

0 comments on commit 3290d59

Please sign in to comment.