| Name | Author | Game Mode | Rating | |||||
|---|---|---|---|---|---|---|---|---|
|  | Anniversary Bash 21 Levels | Jazz2Online | Multiple | N/A |  | |||
|  | Enter the Chaos  | FireSworD | Battle | 8.2 |  | |||
jjPAL palette;
int hue, sat, light;
void onLevelLoad() {
	palette.load("ICJungS.j2t");
	for (int n = 96; n <= 254; n++) {
		hue = jjPalette.color[n].getHue();
		sat = jjPalette.color[n].getSat();
		light = jjPalette.color[n].getLight();
			
		if (n < 176 || n > 207) palette.color[n].setHSL(hue, sat, int(light * 1.5));
	}
	palette.apply();
	
	jjObjectPresets[OBJECT::SMOKERING].lightType = LIGHT::BRIGHT;
	jjObjectPresets[OBJECT::SMOKERING].light = 10;
}
          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.