Downloads containing HH24_Ending.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Holiday Hare 24Featured Download PurpleJazz Single player 10 Download file

File preview

void onFunction1(jjPLAYER@ play) {
	play.showText("#|||~@@@Thank you very much for playing Holiday Hare '24!@We hope it gave you joy over the holiday season! :)@@Level design credits:@@Toyed Wonderlands: Primpy@The Snow Whispers: Koralyx, PurpleJazz and FawFuL@Misty Lake: Slaz@Transantarctic Mountains: Seren@Cloudy Winter: Lynx, Primpy and FawFuL (Boss by PurpleJazz)@Shivering Stronghold: PurpleJazz and FawFuL@Mysterious Tunnel: Boss by Smoke, level by PurpleJazz"); 
}

void onFunction2(jjPLAYER@ play) {
	play.showText("#|||||~@@@Additional design credits:@@Intro level by Spaz Electro@Save level by Loon@Save level remix by DoubleGJ@Ending level by PurpleJazz (you're playing it now! XD)@Custom enemies scripted by Smoke and PurpleJazz @Xmas-themed Objects by DoubleGJ & Seren@Episode artwork by MudkipWorld & DoubleGJ@Shivering Stronghold tileset by Szadi: https://szadiart.itch.io/");
}

void onFunction3(jjPLAYER@ play) {
	play.showText("#||||||~@@@@@A big thank you to all of the tileset creators,@music composers, @and to the betatesters:@@cooba@DoubleGJ@Dralok@minmay@Violet CLM@Warren");
}

void onFunction4(jjPLAYER@ play) {
	play.showText("#|||||||~@@@@@Now go inside and enjoy three cups of hot, hot cocoa... ;)");
}
void onFunction5(jjPLAYER@ play) {
	play.showText("#|~@@@@@Enemy sprites ripped from various games: @Megaman, Sonic, Castlevania, MapleStory, Demon Legend 4 @Sprites Ripped by: @Skylights, Dolphman, Davias, Daz, Mageker, Rasgar, Smithygon @and converted by Smoke, from https://www.spriters-resource.com/ ");
}

void onLevelLoad() {
	jjLayers[7].xOffset = 160;
}