mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
Fix game-over filename typo
This commit is contained in:
parent
9d7fae7aff
commit
a6ca7cd2f4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ We'll kick things off by starting the music track on the first tick at the top o
|
|||
If you've got the files in the right place and start your game, you'll hear the music play.
|
||||
|
||||
|
||||
Above our check for whether or not the game is over, when the timer is 0, let's play `game-over.ogg` and pause the music:
|
||||
Above our check for whether or not the game is over, when the timer is 0, let's play `game-over.wav` and pause the music:
|
||||
|
||||
``` ruby
|
||||
{{#include code/chapter_08/01_sound/app/main.rb:122:132}}
|
||||
|
|
Loading…
Reference in a new issue