Downloads containing ab19ctf12.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Anniversary Bash 19 Levels Jazz2Online Multiple N/A Download file

File preview

bool showLayer6(jjPLAYER@ play) {
	return (play.cameraY < 580 || play.cameraY > 1160) && !jjLowDetail;
}

void onLevelLoad() {
	jjWaterLayer = 7;
	jjSetWaterGradient(160,215,255, 160,215,255);
	jjUseLayer8Speeds = true;
}

void onDrawLayer7(jjPLAYER@ play, jjCANVAS@ screen) {
	jjSetWaterLevel(-32, true);
}

void onDrawLayer4(jjPLAYER@ play, jjCANVAS@ screen) {
	jjSetWaterLevel(16000, true);
}

void onPlayer(jjPLAYER@ play) {
	jjLayerHasTiles[6] = showLayer6(play);
	jjTexturedBGUsed = jjLowDetail;
}