Downloads containing xlmtapIIbtl04.j2as

Downloads
Name Author Game Mode Rating
JJ2+ Only: Anniversary Bash 25 Battle Jazz2Online Battle N/A Download file
JJ2+ Only: Total Annihilation II:...Featured Download Loon Multiple 9.3 Download file

File preview

#pragma require "xlmtapIIbtl04extra.j2l"

void onLevelLoad() {
	jjUseLayer8Speeds = true;
	
	jjSetWaterGradient(100, 0, 0, 0, 150, 255);
	jjWaterChangeSpeed = 0;
	jjSetWaterLevel(73*32, true);
	jjWaterLighting = (WATERLIGHT::GLOBAL);
	
	jjTexturedBGFadePositionY = 0.05;
	
	array<jjLAYER@> extraLayers = jjLayersFromLevel("xlmtapIIbtl04extra.j2l", array<uint> = {1,2,3,7,8}, 0);
	jjLayerOrderSet(array<jjLAYER@> = {jjLayers[1], jjLayers[2], jjLayers[3], jjLayers[4], jjLayers[5], extraLayers[0], extraLayers[1], extraLayers[2], jjLayers[6], jjLayers[7], extraLayers[3], extraLayers[4], jjLayers[8]});
}