1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
redshift-legacy-map/exp_ruined_catacombs.js
2005-11-21 08:12:53 +00:00

48 lines
902 B
JavaScript

/****************************
* LEGACY MAP of *
* (Exp Pack) *
* Ruined Catacombs *
* done by *
* Mervin.sk *
*****************************/
var exp_ruined_catacombs = new Array();
exp_ruined_catacombs['level'] = 'Xpack: Exp Pack';
exp_ruined_catacombs['title'] = 'Exp Pack: Ruined Catacombs';
exp_ruined_catacombs['map'] = [
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
''];
exp_ruined_catacombs['infos'] = [
'20|10||',
'25|30|Map made by Mervin and engine made by Markus Birth|&lt;<A HREF="mailto:webmaster@mervin.sk">webmaster@mervin.sk</A>&gt; &amp; &lt;<A HREF="mailto:mbirth@webwriters.de">mbirth@webwriters.de</A>&gt;'
];
AddMenu('exp_ruined_catacombs');