Skip to content

Commit

Permalink
add rough outline of path and world'
Browse files Browse the repository at this point in the history
  • Loading branch information
orsi committed Jun 1, 2020
1 parent 17b21be commit 274f20e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added audio/dusty-path.flac
Binary file not shown.
Binary file added audio/embark.flac
Binary file not shown.
Binary file added audio/world.flac
Binary file not shown.
6 changes: 3 additions & 3 deletions script/audioLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var AudioLibrary = {
ENCOUNTER_FERAL_TERROR: '/audio/feral-terror.wav',
ENCOUNTER_SOLDIER: '/audio/soldier.wav',
ENCOUNTER_SNIPER: '/audio/sniper.wav',
MUSIC_DUSTY_PATH: '/audio/dusty-path.wav',
MUSIC_DUSTY_PATH: '/audio/dusty-path.flac',
MUSIC_SILENT_FOREST: '/audio/silent-forest.flac',
MUSIC_LONELY_HUT: '/audio/lonely-hut.flac',
MUSIC_TINY_VILLAGE: '/audio/tiny-village.flac',
Expand All @@ -55,7 +55,7 @@ var AudioLibrary = {
MUSIC_FIRE_FLICKERING: '/audio/fire-flickering.flac',
MUSIC_FIRE_BURNING: '/audio/fire-burning.flac',
MUSIC_FIRE_ROARING: '/audio/fire-roaring.flac',
MUSIC_WORLD: '/audio/world.wav',
MUSIC_WORLD: '/audio/world.flac',
MUSIC_SPACE: '/audio/space.wav',
MUSIC_TROPOSPHERE: '/audio/troposphere.wav',
MUSIC_STRATOSPHERE: '/audio/stratosphere.wav',
Expand Down Expand Up @@ -104,7 +104,7 @@ var AudioLibrary = {
BUY_BAYONET: '/audio/buy-bayonet.wav',
BUY_ALIEN_ALLOY: '/audio/buy-alien-alloy.wav',
BUY_COMPASS: '/audio/buy-compass.wav',
EMBARK: '/audio/embark.wav',
EMBARK: '/audio/embark.flac',
GATHER_WOOD: '/audio/gather-wood.flac',
CHECK_TRAPS: '/audio/check-traps.flac',
TRIGGER_FIGHT: '/audio/trigger-fight.wav',
Expand Down
2 changes: 1 addition & 1 deletion script/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ var Path = {
Path.updateOutfitting();
Path.updatePerks(true);

AudioEngine.changeMusic(AudioLibrary.MUSIC_PATH);
AudioEngine.changeMusic(AudioLibrary.MUSIC_DUSTY_PATH);

Engine.moveStoresView($('#perks'), transition_diff);
},
Expand Down

0 comments on commit 274f20e

Please sign in to comment.