mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
Added prommah
This commit is contained in:
parent
ace86d2e6a
commit
5408ce06d8
1 changed files with 5 additions and 2 deletions
|
@ -36,6 +36,10 @@ class SoundController {
|
||||||
description: "Infamous",
|
description: "Infamous",
|
||||||
url: 'http://www.ensl.org/files/audio/america.mp3'
|
url: 'http://www.ensl.org/files/audio/america.mp3'
|
||||||
},
|
},
|
||||||
|
"prommah": {
|
||||||
|
description: "Prommah",
|
||||||
|
url: 'http://www.ensl.org/files/audio/prommah.mp3'
|
||||||
|
},
|
||||||
"skyice": {
|
"skyice": {
|
||||||
description: "Skyice",
|
description: "Skyice",
|
||||||
url: 'http://www.ensl.org/files/audio/skyice.mp3'
|
url: 'http://www.ensl.org/files/audio/skyice.mp3'
|
||||||
|
@ -94,7 +98,7 @@ class SoundController {
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultGatherMusic() {
|
defaultGatherMusic() {
|
||||||
return "classic";
|
return "prommah";
|
||||||
}
|
}
|
||||||
|
|
||||||
setupGatherMusic (musicName) {
|
setupGatherMusic (musicName) {
|
||||||
|
@ -102,7 +106,6 @@ class SoundController {
|
||||||
let gatherMusic = self.tunes[musicName];
|
let gatherMusic = self.tunes[musicName];
|
||||||
|
|
||||||
if (!gatherMusic) {
|
if (!gatherMusic) {
|
||||||
// Default to classic
|
|
||||||
musicName = this.defaultGatherMusic();
|
musicName = this.defaultGatherMusic();
|
||||||
gatherMusic = self.tunes[musicName];
|
gatherMusic = self.tunes[musicName];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue