mirror of
https://github.com/encounter/dynmap.git
synced 2026-03-30 11:08:39 -07:00
7 lines
234 B
JavaScript
7 lines
234 B
JavaScript
var config = {
|
|
tileUrl: 'tiles/',
|
|
updateUrl: 'up/', // For Apache and lighttpd
|
|
// updateUrl: 'up.aspx?path=', // For IIS
|
|
tileWidth: 128,
|
|
tileHeight: 128
|
|
}; |