Skip to content

Commit

Permalink
Merge branch 'dev' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
spencers145 committed Nov 6, 2024
2 parents 259a0cd + b3bbe98 commit de02d23
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 61 deletions.
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
Binary file added img/small/actions/getCrimsonCombine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions js/data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ SharkGame.Events = {
},
trigger() {
if (SharkGame.Lab.findAllAffordableUpgrades().length) {
$("#tab-lab").html("(<strong>!</strong>) Laboratory");
$("#tab-lab").html(`(<strong>!</strong>) ${SharkGame.Lab.tabName}`);
} else {
$("#tab-lab").html("Laboratory");
$("#tab-lab").html(`${SharkGame.Lab.tabName}`);
}
return true;
},
Expand Down
Loading

0 comments on commit de02d23

Please sign in to comment.