Downloads containing BLGnf01.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Several asymmetrical... Rysice Multiple N/A Download file

File preview

void onLevelLoad() {
	jjWaterLayer = 6;
	jjSetWaterGradient(12,12,12, 12,12,12);

	jjObjectPresets[OBJECT::APPLE].direction = SPRITE::FLIPV;
}

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

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

void onPlayer(jjPLAYER@ play) { play.noFire = (play.currWeapon == WEAPON::BLASTER); 

}