mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
Merge pull request #28 from petros/fix-sound-file-typo
Fix game-over filename typo
This commit is contained in:
commit
8f94198555
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