mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-04 17:37:23 +00:00
game: replace notes with numbers
This commit is contained in:
parent
e42a3c1f2e
commit
58a95dcf8e
1 changed files with 2 additions and 2 deletions
4
game.js
4
game.js
|
|
@ -637,9 +637,9 @@ function gameover() {
|
|||
|
||||
if (player.score > arena.highscore) {
|
||||
pmem(0, player.score)
|
||||
sfx(0, 'C-5', 30, 1, 6)
|
||||
sfx(0, 38, 30, 1, 6)
|
||||
} else {
|
||||
sfx(0, 'F-2', 30, 1, 5)
|
||||
sfx(0, 17, 30, 1, 5)
|
||||
}
|
||||
|
||||
effects = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue