mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-10 06:27:13 +08:00
add rough songs for outside
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -43,11 +43,11 @@ var AudioLibrary = {
|
|||||||
ENCOUNTER_SNIPER: '/audio/sniper.wav',
|
ENCOUNTER_SNIPER: '/audio/sniper.wav',
|
||||||
MUSIC_DUSTY_PATH: '/audio/dusty-path.wav',
|
MUSIC_DUSTY_PATH: '/audio/dusty-path.wav',
|
||||||
MUSIC_SILENT_FOREST: '/audio/silent-forest.flac',
|
MUSIC_SILENT_FOREST: '/audio/silent-forest.flac',
|
||||||
MUSIC_LONELY_HUT: '/audio/lonely-hut.wav',
|
MUSIC_LONELY_HUT: '/audio/lonely-hut.flac',
|
||||||
MUSIC_TINY_VILLAGE: '/audio/tiny-village.wav',
|
MUSIC_TINY_VILLAGE: '/audio/tiny-village.flac',
|
||||||
MUSIC_MODEST_VILLAGE: '/audio/modest-village.wav',
|
MUSIC_MODEST_VILLAGE: '/audio/modest-village.flac',
|
||||||
MUSIC_LARGE_VILLAGE: '/audio/large-village.wav',
|
MUSIC_LARGE_VILLAGE: '/audio/large-village.flac',
|
||||||
MUSIC_RAUCOUS_VILLAGE: '/audio/raucous-village.wav',
|
MUSIC_RAUCOUS_VILLAGE: '/audio/raucous-village.flac',
|
||||||
MUSIC_COMBAT: '/audio/combat.wav',
|
MUSIC_COMBAT: '/audio/combat.wav',
|
||||||
MUSIC_EVENT: '/audio/event.wav',
|
MUSIC_EVENT: '/audio/event.wav',
|
||||||
MUSIC_FIRE_DEAD: '/audio/fire-dead.flac',
|
MUSIC_FIRE_DEAD: '/audio/fire-dead.flac',
|
||||||
@@ -105,8 +105,8 @@ var AudioLibrary = {
|
|||||||
BUY_ALIEN_ALLOY: '/audio/buy-alien-alloy.wav',
|
BUY_ALIEN_ALLOY: '/audio/buy-alien-alloy.wav',
|
||||||
BUY_COMPASS: '/audio/buy-compass.wav',
|
BUY_COMPASS: '/audio/buy-compass.wav',
|
||||||
EMBARK: '/audio/embark.wav',
|
EMBARK: '/audio/embark.wav',
|
||||||
GATHER_WOOD: '/audio/gather-wood.wav',
|
GATHER_WOOD: '/audio/gather-wood.flac',
|
||||||
CHECK_TRAPS: '/audio/check-traps.wav',
|
CHECK_TRAPS: '/audio/check-traps.flac',
|
||||||
TRIGGER_FIGHT: '/audio/trigger-fight.wav',
|
TRIGGER_FIGHT: '/audio/trigger-fight.wav',
|
||||||
TRIGGER_EVENT: '/audio/trigger-event.wav',
|
TRIGGER_EVENT: '/audio/trigger-event.wav',
|
||||||
ENEMY_HIT: '/audio/enemy-hit.wav',
|
ENEMY_HIT: '/audio/enemy-hit.wav',
|
||||||
|
|||||||
+1
-1
@@ -650,7 +650,7 @@ var Outside = {
|
|||||||
|
|
||||||
Notifications.notify(Outside, s);
|
Notifications.notify(Outside, s);
|
||||||
$SM.addM('stores', drops);
|
$SM.addM('stores', drops);
|
||||||
AudioEngine.playSound(AudioLibrary.CHECL_TRAPS);
|
AudioEngine.playSound(AudioLibrary.CHECK_TRAPS);
|
||||||
},
|
},
|
||||||
|
|
||||||
handleStateUpdates: function(e){
|
handleStateUpdates: function(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user