Removed the ambient sound until I can redesign it.
This commit is contained in:
parent
113811bc84
commit
43fb60ebaa
2 changed files with 3 additions and 3 deletions
4
gui.cpp
4
gui.cpp
|
@ -39,11 +39,11 @@ GUI::GUI(DinkyECS::World &world, Map& game_map) :
|
|||
$renderer($canvas, $map_screen, $screen)
|
||||
{
|
||||
// this needs a config file soon
|
||||
$sounds.load("ambient", "ambient_sound.mp3");
|
||||
// $sounds.load("ambient", "ambient_sound.mp3");
|
||||
$sounds.load("loot_gold", "loot_gold.mp3");
|
||||
$sounds.load("combat_player_hit", "combat_player_hit.mp3");
|
||||
$sounds.load("combat_enemy_hit", "combat_enemy_hit.mp3");
|
||||
$sounds.load("combat_miss", "combat_miss.flac");
|
||||
$sounds.load("combat_miss", "combat_miss.mp3");
|
||||
resize_map(BASE_MAP_FONT_SIZE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue