Updated level screenshotson web site
This commit is contained in:
parent
e1cbb5a6b6
commit
ed2e683ea1
|
@ -19,6 +19,8 @@ function getworldname($wld) {
|
||||||
return "Kitchen";
|
return "Kitchen";
|
||||||
} else if ($wld == 4) {
|
} else if ($wld == 4) {
|
||||||
return "Snow";
|
return "Snow";
|
||||||
|
} else if ($wld == 5) {
|
||||||
|
return "Castle";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,10 +33,12 @@ function getworldcolour($wld) {
|
||||||
return "#9999ff";
|
return "#9999ff";
|
||||||
} else if ($wld == 4) {
|
} else if ($wld == 4) {
|
||||||
return "#CCCCCC";
|
return "#CCCCCC";
|
||||||
|
} else if ($wld == 5) {
|
||||||
|
return "#999999";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for ($w = 1; $w <= 4; $w++) {
|
for ($w = 1; $w <= 5; $w++) {
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
printf("<th colspan=4 bgcolor=\"#ffff00\">World %d - %s</th>\n",$w, getworldname($w));
|
printf("<th colspan=4 bgcolor=\"#ffff00\">World %d - %s</th>\n",$w, getworldname($w));
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -52,10 +52,10 @@
|
||||||
421,level421.dat,Upwards and Onwards
|
421,level421.dat,Upwards and Onwards
|
||||||
406,level406.dat,The Kitchen Sink
|
406,level406.dat,The Kitchen Sink
|
||||||
411,level411.dat,Infested Pipes
|
411,level411.dat,Infested Pipes
|
||||||
42,level42.dat,Precarious Jumps
|
|
||||||
416,level416.dat,A Busy Day
|
416,level416.dat,A Busy Day
|
||||||
414,level414.dat,Zig Zag
|
414,level414.dat,Zig Zag
|
||||||
412,level412.dat,Test Tubes
|
412,level412.dat,Test Tubes
|
||||||
|
42,level42.dat,Precarious Jumps
|
||||||
420,level420.dat,Water Feature
|
420,level420.dat,Water Feature
|
||||||
60,level60.dat,King Fly
|
60,level60.dat,King Fly
|
||||||
603,level603.dat,Ooooh!
|
603,level603.dat,Ooooh!
|
||||||
|
@ -78,6 +78,12 @@
|
||||||
619,level619.dat,Slow and steady...
|
619,level619.dat,Slow and steady...
|
||||||
614,level614.dat,...marks the spot
|
614,level614.dat,...marks the spot
|
||||||
620,level620.dat,King Ant
|
620,level620.dat,King Ant
|
||||||
|
81,level81.dat,Welcome Home
|
||||||
|
82,level82.dat,Hallways
|
||||||
|
83,level83.dat,Corridors
|
||||||
|
84,level84.dat,Batty Battlements
|
||||||
|
85,level85.dat,Under Construction
|
||||||
|
86,level86.dat,Laundry Chute
|
||||||
109,level109.dat,THE END SO FAR
|
109,level109.dat,THE END SO FAR
|
||||||
99,level99.dat,TEST LEVEL
|
99,level99.dat,TEST LEVEL
|
||||||
0,intro.dat,INTRO
|
0,intro.dat,INTRO
|
||||||
|
|
Loading…
Reference in New Issue