44 lines
1.3 KiB
JavaScript
44 lines
1.3 KiB
JavaScript
/****************************
|
|
* LEGACY MAP of *
|
|
* (Exp Pack) *
|
|
* Black Forest *
|
|
* done by *
|
|
* Mervin.sk *
|
|
*****************************/
|
|
|
|
var exp_black_forest = new Array();
|
|
|
|
exp_black_forest['level'] = 'Xpack: Exp Pack';
|
|
exp_black_forest['title'] = 'Exp Pack: Black Forest';
|
|
exp_black_forest['map'] = [
|
|
'???????????????????',
|
|
'???????????????????',
|
|
'? __ __ ___ ??????',
|
|
'?_ _ __ __ ????',
|
|
'?_ _ _ __ ??',
|
|
'? _ __ _ _ ',
|
|
'?_ _ _ * * * ',
|
|
' _ _ _ _ _ ',
|
|
'_ _ _ _??',
|
|
'_ _ _ _ _ ??',
|
|
' _ _ _??',
|
|
'_ _ _ _ _??',
|
|
' _ _ _ _ ??',
|
|
' _ _ _ _???',
|
|
'_ _ _???',
|
|
'_ _ _ ???',
|
|
' _ _ _????',
|
|
' _ _ ????',
|
|
'_ _ _?????',
|
|
' _ __ ?????',
|
|
'? __ _ _ ???????',
|
|
'???__ a __ ????????',
|
|
'???? ### ??????????'];
|
|
|
|
exp_black_forest['infos'] = [
|
|
'7|20|Path to the ...|',
|
|
'24|21|Map made by Mervin and engine made by Markus Birth|<<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>> & <<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>>'
|
|
];
|
|
|
|
AddMenu('exp_black_forest');
|