refactor audio-related code to use AudioLibrary module

This commit is contained in:
jorsi
2020-05-30 23:33:10 -04:00
parent a340584136
commit 18e8af9809
13 changed files with 164 additions and 174 deletions
+1 -1
View File
@@ -62,6 +62,6 @@ Events.Global = [
}
}
},
audio: '/audio/thief.wav'
audio: AudioLibrary.EVENT_THIEF
}
];