Skip to content
Snippets Groups Projects
Commit a2cffd80 authored by Trandinh Thien's avatar Trandinh Thien
Browse files

switched music

parent 5f6a7310
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,8 @@ namespace Controller
footStep = Content.Load<SoundEffect>("footStep");
MenuSong = Content.Load<SoundEffect>("MenuSong");
Sounds.playMenuSong(true);
mapSong = Content.Load<SoundEffect>("MapTheme");
gameOverSong = Content.Load<SoundEffect>("BattleTheme");
mapSong = Content.Load<SoundEffect>("BattleTheme");
gameOverSong = Content.Load<SoundEffect>("MapTheme");
font = Content.Load<SpriteFont>("PixelFont"); // loads font PixelFont
largeFont = Content.Load<SpriteFont>("PixelFontLarge"); // loads font PixelFont
largestFont = Content.Load<SpriteFont>("PixelFontLargest"); // loads font PixelFont
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment