0

The compass now changes direction to make the tileset

This commit is contained in:
Andrew Chin
2012-02-10 20:38:09 -05:00
parent 19fcee24f7
commit b7d2733f0c
4 changed files with 39 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ import locale
import time
from PIL import Image
import world
import util
import overviewer_version
@@ -81,6 +82,10 @@ directory.
}
dump['CONST']['mapDivId'] = 'mcmap'
dump['CONST']['regionStrokeWeight'] = 2
dump['CONST']['UPPERLEFT'] = world.UPPER_LEFT;
dump['CONST']['UPPERRIGHT'] = world.UPPER_RIGHT;
dump['CONST']['LOWERLEFT'] = world.LOWER_LEFT;
dump['CONST']['LOWERRIGHT'] = world.LOWER_RIGHT;
# based on the tilesets we have, group them by worlds
worlds = []