Skip to content

Commit

Permalink
Updated sprite colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikketer committed Jul 18, 2024
1 parent 4a0aa6b commit 37c3b8b
Show file tree
Hide file tree
Showing 4 changed files with 1,052 additions and 1,052 deletions.
2 changes: 1 addition & 1 deletion gameOver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace GameOver {

const totalCoin = TreasureStats.getTotal()

game.splash('GAME OVER', 'Ye lost ' + totalCoin)
game.splash('GAME OVER', 'Ye lost ' + totalCoin + ' coin')
game.reset()
}
}
Loading

0 comments on commit 37c3b8b

Please sign in to comment.