added epp 500 buzzers
This commit is contained in:
+14
-3
@@ -18,6 +18,11 @@
|
||||
let clientBuzzer = "Kirbeep";//this is mostly just used as a reference for if they have a special buzzer
|
||||
let buzzerSoundsOn = false;
|
||||
let buzzerOptions = [
|
||||
["BuzzinLiveBuzzer"],
|
||||
["PlokJUMP","PlokWaa","PlokCLEAR","PlokBOSS","PlokGIFT","PlokBONUS"],
|
||||
["BKGuhHuh","BKKazooieJump","BKEekumBokum","BKJinjoGlaceWhistle","BKGrunty1","BKGoldenFeatherGet","BKHoneycombGet","BKEggGet"],
|
||||
["BubsyOhYeah","BubsyUhOh","BubsyLoser","BubsyWhatCouldPawsiblyGoWrong","BubsyImOuttaHere","BubsyCheckOutThatTime","BubsyMyContract"],
|
||||
["SkunnyBoioing","SkunnyOw","SkunnyAttention","SkunnyIllBeBack","SkunnyPuddyCat","SkunnyCoocoo","SkunnyAwMan","SkunnyFroggo","SkunnyGhost"],
|
||||
["Kirbeep","KirbyMic2","KirbySquishy","KirbyBugzzy","KirbyKracko"],
|
||||
["MarioBoing","MarioPenguin","MarioCoin","MPYosh","MPDogF","MPCatF","MarioPlum","WLHelloThere","WLAlright","WLHurryUp","WLOhBoy"],
|
||||
["PizzaTowerTaunt1"],
|
||||
@@ -45,7 +50,6 @@
|
||||
["BMYoSun","BMOuch","BMBoing"],
|
||||
["EWJPain"],
|
||||
["SF3KenParry","SFBrazil"],
|
||||
["BuzzinLiveBuzzer"],
|
||||
["DESick"],
|
||||
["LoZHello","LoZYahaha"],
|
||||
["BSBunger","BSKweeble"],
|
||||
@@ -64,9 +68,16 @@
|
||||
MPCatF: ["MPCatA","MPCatB","MPCatC","MPCatD","MPCatE","MPCatF","MPCatG"],
|
||||
DeltaruneICanDoAnything: ["DeltaruneICanDoAnything","DeltaruneChaosChaos"],
|
||||
LoZHello: ["LoZHello","LoZHey","LoZHey","LoZHey","LoZHey","LoZListen","LoZLook","LoZWatchOut"],
|
||||
DESick: ["DESick","DEABomb","DEYourMother","DEMakeMe"]
|
||||
DESick: ["DESick","DEABomb","DEYourMother","DEMakeMe"],
|
||||
BKGrunty1: ["BKGrunty1","BKGrunty2","BKGrunty3"],
|
||||
BKJinjoGlaceWhistle: ["BKJinjoGlaceWhistle", "BKJinjoGlaceHelp"],
|
||||
BubsyOhYeah: ["BubsyOhYeah","BubsyHaHa","BubsyILikeIt","BubsyAlright"],
|
||||
BubsyUhOh: ["BubsyUhOh","BubsyAwNuts","BubsyByeBye"],
|
||||
BubsyWhatCouldPawsiblyGoWrong: ["BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyWhatCouldPawsiblyGoWrong","BubsyDoYouBelieveInMiracles"],
|
||||
BubsyCheckOutThatTime: ["BubsyCheckOutThatTime","BubsyGreatScore"],
|
||||
BubsyMyContract: ["BubsyMyContract","BubsyIsThereAVeterinarian","BubsyIsTheWritersStrikeOver","BubsyIAmATrainedPurrfessional","BubsyAPyramidScheme","BubsyWhoWroteThisStuff","BubsyAreYouStillPlayin"]
|
||||
}
|
||||
let animatedBuzzers = ["SF3KenParry"];
|
||||
let animatedBuzzers = ["SF3KenParry","PlokCLEAR"];
|
||||
let buzzerOptionsCurrentRow = 0;
|
||||
let buzzerOptionsTotalRows = 4;
|
||||
function displayBuzzerOptions() {
|
||||
|
||||
Reference in New Issue
Block a user