summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-28 04:37:23 +0200
committerTreeki <treeki@gmail.com>2012-03-28 04:37:23 +0200
commit225b688b188d22fe00976b2febc03f78ca3b2d7e (patch)
treee24780d8caf8dba6ebeca04478e187c6356d2c28 /src/main.py
parentad84fff6bcf29bfde86cce2d1edbd2c1061fea32 (diff)
downloadkoopatlas-225b688b188d22fe00976b2febc03f78ca3b2d7e.tar.gz
koopatlas-225b688b188d22fe00976b2febc03f78ca3b2d7e.zip
support for the new optimised tilesets
Diffstat (limited to '')
-rw-r--r--src/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
index 8d8d494..f417d94 100644
--- a/src/main.py
+++ b/src/main.py
@@ -76,6 +76,7 @@ class KP:
tsInfo['hash'] = newHash
from tileset import KPTileset
+ print "Loading set: %s" % name
cls.loadedTilesets[name] = KPTileset.loadFromArc(data)