Skip to content

Open-Games-Community/Interactive-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive-map

Interactive Map to add on your Website for all servers. Writted in JS & CSS.

To start add spawn location enter on js/map/map.js add lines following the examples for the custom map. To add points on map enter on real_map.html edit it with notepad add the following code: <span class="obj marker" data-elem="marker" data-stage="1" data-options="preserveScale: false;" style="top:100px; left: 3500px; z-index: 3;" data-id="2" id="obj-2"><img src="map/mistfall.png" style="width:250px"/><p style="font-size:65px">Mistfall</p></span> style=" it will palce the marker on map, just move it from Top or Left pixels. The picture located on a folder can be in .png, while picture for header_ needs to be in .jpg format.

pic1 2