Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Stargazer | Slaz | Tileset | 8.2 |
/*** Written or lazily copypasted by Slaz with help from Violet CLM ***/
/*** Feel free to use/edit this script like I did :P ***/
/*** Eyecandy functions ***/
void onLevelLoad() {
jjSetWaterGradient(73, 64, 112, 102, 89, 145);
jjWaterChangeSpeed = 0;
}
void onPlayer(jjPLAYER@ play) {
jjPARTICLE@ part = jjAddParticle(PARTICLE::ICETRAIL);
if (part !is null) {
part.icetrail.colorDelta = -1;
part.xPos = play.cameraX + (jjRandom() % jjSubscreenWidth);
part.yPos = play.cameraY;
}
}
/*** Gameplay functions ***/
void onDrawLayer4(jjPLAYER@ play, jjCANVAS@ screen) {
jjSetWaterLevel(32*40, true);
jjWaterLighting = (WATERLIGHT::GLOBAL);
}
Jazz2Online © 1999-INFINITY (Site Credits). We have a Privacy Policy. Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats.
Eat your lima beans, Johnny.