Browse Source

Merge pull request #8119 from skyace65/SoundClarification

Clarify where sound files are
Max Hilbrunner 1 year ago
parent
commit
6a5726712e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_2d_game/07.finishing-up.rst

+ 1 - 1
getting_started/first_2d_game/07.finishing-up.rst

@@ -24,7 +24,7 @@ Sound effects
 ~~~~~~~~~~~~~
 ~~~~~~~~~~~~~
 
 
 Sound and music can be the single most effective way to add appeal to the game
 Sound and music can be the single most effective way to add appeal to the game
-experience. In your game assets folder, you have two sound files: "House In a
+experience. In your game's **art** folder, you have two sound files: "House In a
 Forest Loop.ogg" for background music, and "gameover.wav" for when the player
 Forest Loop.ogg" for background music, and "gameover.wav" for when the player
 loses.
 loses.