Downloads containing xlmss.j2as

Downloads
Name Author Game Mode Rating
JJ2+ Only: Sinister SettingFeatured Download DarkSonic Battle 8.5 Download file

File preview

void onLevelLoad() {
	jjPalette.load("WSF02.j2t");
	jjPalette.apply();
}

void onPlayerTimerEnd() {
	p.fly = FLIGHT::NONE;
}

void onPlayer() {
	if (p.fly == FLIGHT::FLYCARROT && p.timerState == TIMER::STOPPED) p.timerStart(30*70);
	if (p.fly == FLIGHT::NONE) p.timerStop();
}