create AudioLibrary module to consolidate audio

This commit is contained in:
jorsi
2020-05-30 23:03:46 -04:00
parent 20132690da
commit a340584136
8 changed files with 128 additions and 84 deletions
-8
View File
@@ -1,14 +1,6 @@
var Path = {
DEFAULT_BAG_SPACE: 10,
_STORES_OFFSET: 0,
currentMusic: 0,
MUSIC: {
0: '/audio/dusty-path.wav'
},
SOUNDS: {
'embark': '/audio/embark.wav',
},
// Everything not in this list weighs 1
Weight: {
'bone spear': 2,