diff options
author | Treeki <treeki@gmail.com> | 2012-03-28 04:37:23 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-03-28 04:37:23 +0200 |
commit | 225b688b188d22fe00976b2febc03f78ca3b2d7e (patch) | |
tree | e24780d8caf8dba6ebeca04478e187c6356d2c28 /src/main.py | |
parent | ad84fff6bcf29bfde86cce2d1edbd2c1061fea32 (diff) | |
download | koopatlas-225b688b188d22fe00976b2febc03f78ca3b2d7e.tar.gz koopatlas-225b688b188d22fe00976b2febc03f78ca3b2d7e.zip |
support for the new optimised tilesets
Diffstat (limited to '')
-rw-r--r-- | src/main.py | 1 |
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) |