Little bit of client fun for Easter. Lasts until the 8th.

This commit is contained in:
Woah 2021-03-31 07:38:55 -04:00
parent b6495f8d33
commit e6d109bad0
6 changed files with 29 additions and 20 deletions

View file

@ -1538,7 +1538,15 @@ public final class Client extends GameShell {
Class3_Sub26.aClass3_Sub24_Sub2_2563 = new Class3_Sub24_Sub2();
Class3_Sub21.aAudioChannel_2491.method2154(Class3_Sub26.aClass3_Sub24_Sub2_2563);
Class27.resampler = new Class157(22050, Class21.sampleRate);
KeyboardListener.loginThemeSongArchiveID = CacheIndex.musicIndex.getArchiveForName(RSString.parse(GameConfig.LOGIN_THEME));
int loginThemeID;
if (GameConfig.EASTER_EVENT_ENABLED) {
loginThemeID = CacheIndex.musicIndex.getArchiveForName(RSString.parse("Funny Bunnies"));
} else {
loginThemeID = CacheIndex.musicIndex.getArchiveForName(RSString.parse(GameConfig.LOGIN_THEME));
}
KeyboardListener.loginThemeSongArchiveID = loginThemeID;
LoadingStageNumber = 30;
anInt1354 = 50;
loadingBarTextToDisplay = TextCore.PreparedSoundEngine;