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/home_of_ignorance.js
2004-12-08 15:26:08 +00:00

37 lines
1.1 KiB
JavaScript

/************************
* LEGACY MAP of *
* Home of Ignorance *
* done by *
* Mervin.sk *
************************/
var home_of_ignorance = new Array();
home_of_ignorance['title'] = 'Home of Ignorance';
home_of_ignorance['map'] = [
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' N ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' '];
home_of_ignorance['infos'] = [
'11|10|Statue|Sphero of Orientation',
'21|21|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;'
];