Updated setup section with more clear examples of tileUrl and updateUrl.

This commit is contained in:
fescen9 2010-12-05 23:58:26 +00:00
parent 4bdcb2222a
commit 04ffed70ea
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
var setup = {
//Web based path to your tiles. Example: tileUrl: 'http://mydomain.com/myminecraftmap/',
tileUrl: 'http://gorfyhome.com/minecraft/',
//Web based path to your updates. Example: updateUrl: 'http://mydomain.com/myminecraftmap/up/',
updateUrl: 'http:/gorfyhome.com/minecraft/up/',
//Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds).
updateRate: 2000
tileUrl: 'http://www.yourdomain.com/minecraft/tiles/',
updateUrl: 'http://www.yourdomain.com/minecraft/up/',
updateRate: 2000 //Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds).
};
/* THERE SHOULD BE NO NEED FOR MANUAL CONFIGURATION BEYOND THIS POINT */