Changed gui by lechd + map per world client-configuration.

This commit is contained in:
FrozenCow 2011-02-17 20:08:50 +01:00
parent a294e10413
commit cc406a157d
26 changed files with 487 additions and 349 deletions

View file

@ -112,6 +112,9 @@ KzedMapType.prototype = $.extend(new DynMapType(), {
this.dynmap.unregisterTile(this, tileName);
}
return tile.get(0);
},
updateTileSize: function(zoom) {
//this.tileSize = new google.maps.Size(config.zoomSize[zoom], config.zoomSize[zoom]);
}
});