0

added some more toggle-able controls

This commit is contained in:
Alex Headley
2011-04-24 00:37:37 -04:00
parent 219fa3e7a9
commit 4d76e106e0
2 changed files with 34 additions and 11 deletions

View File

@@ -36,7 +36,23 @@ var overviewerConfig = {
/**
* Zoom control is the zoom slider bar in the upper left.
*/
'zoom': true
'zoom': true,
/**
* Spawn control is the "Spawn" button that centers the map on spawn.
*/
'spawn': true,
/**
* The compass in the upper right.
*/
'compass': true,
/**
* The mapType control is the slider for selecting different map types.
*/
'mapType': true,
/**
* The small box at the bottom that displays the link to the current map view.
*/
'link': true
},
/**
* The zoom level when the page is loaded without a specific zoom setting