Downloads containing Jellystreetfight1.j2as

Downloads
Name Author Game Mode Rating
JJ2+ Only: Isaac Newton's Gameroom Jelly Jam Custom / Concept 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);
}