mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Add new gather music
This commit is contained in:
parent
e062b57f8c
commit
c3d12ad741
1 changed files with 10 additions and 2 deletions
|
@ -34,13 +34,17 @@ class SoundController {
|
|||
|
||||
this.tunes = {
|
||||
"classic": {
|
||||
description: "Classic",
|
||||
description: "Gathers Classic",
|
||||
url: 'http://www.ensl.org/files/audio/gather-1.mp3'
|
||||
},
|
||||
"nights": {
|
||||
description: "Nights",
|
||||
url: 'http://www.ensl.org/files/audio/nights.mp3'
|
||||
},
|
||||
"robby": {
|
||||
description: "Robby",
|
||||
url: 'http://www.ensl.org/files/audio/robby.mp3'
|
||||
},
|
||||
"america": {
|
||||
description: "Infamous",
|
||||
url: 'http://www.ensl.org/files/audio/america.mp3'
|
||||
|
@ -61,6 +65,10 @@ class SoundController {
|
|||
description: "Boondock Marines",
|
||||
url: 'http://www.ensl.org/files/audio/boondock.mp3'
|
||||
},
|
||||
"preclassic": {
|
||||
description: "Old Gathers Classic",
|
||||
url: 'http://www.ensl.org/files/audio/gather-5.mp3'
|
||||
}
|
||||
}
|
||||
|
||||
this.setupGatherMusic(gatherMusic);
|
||||
|
@ -99,7 +107,7 @@ class SoundController {
|
|||
}
|
||||
|
||||
defaultGatherMusic() {
|
||||
return "classic";
|
||||
return "robby";
|
||||
}
|
||||
|
||||
setupGatherMusic (musicName) {
|
||||
|
|
Loading…
Reference in a new issue