add rough songs for outside

This commit is contained in:
jorsi
2020-05-31 23:29:53 -04:00
parent 113596fca6
commit 17b21bec08
9 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -43,11 +43,11 @@ var AudioLibrary = {
ENCOUNTER_SNIPER: '/audio/sniper.wav',
MUSIC_DUSTY_PATH: '/audio/dusty-path.wav',
MUSIC_SILENT_FOREST: '/audio/silent-forest.flac',
MUSIC_LONELY_HUT: '/audio/lonely-hut.wav',
MUSIC_TINY_VILLAGE: '/audio/tiny-village.wav',
MUSIC_MODEST_VILLAGE: '/audio/modest-village.wav',
MUSIC_LARGE_VILLAGE: '/audio/large-village.wav',
MUSIC_RAUCOUS_VILLAGE: '/audio/raucous-village.wav',
MUSIC_LONELY_HUT: '/audio/lonely-hut.flac',
MUSIC_TINY_VILLAGE: '/audio/tiny-village.flac',
MUSIC_MODEST_VILLAGE: '/audio/modest-village.flac',
MUSIC_LARGE_VILLAGE: '/audio/large-village.flac',
MUSIC_RAUCOUS_VILLAGE: '/audio/raucous-village.flac',
MUSIC_COMBAT: '/audio/combat.wav',
MUSIC_EVENT: '/audio/event.wav',
MUSIC_FIRE_DEAD: '/audio/fire-dead.flac',
@@ -105,8 +105,8 @@ var AudioLibrary = {
BUY_ALIEN_ALLOY: '/audio/buy-alien-alloy.wav',
BUY_COMPASS: '/audio/buy-compass.wav',
EMBARK: '/audio/embark.wav',
GATHER_WOOD: '/audio/gather-wood.wav',
CHECK_TRAPS: '/audio/check-traps.wav',
GATHER_WOOD: '/audio/gather-wood.flac',
CHECK_TRAPS: '/audio/check-traps.flac',
TRIGGER_FIGHT: '/audio/trigger-fight.wav',
TRIGGER_EVENT: '/audio/trigger-event.wav',
ENEMY_HIT: '/audio/enemy-hit.wav',
+1 -1
View File
@@ -650,7 +650,7 @@ var Outside = {
Notifications.notify(Outside, s);
$SM.addM('stores', drops);
AudioEngine.playSound(AudioLibrary.CHECL_TRAPS);
AudioEngine.playSound(AudioLibrary.CHECK_TRAPS);
},
handleStateUpdates: function(e){