summaryrefslogtreecommitdiff
path: root/tools/createmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/createmap.py')
-rwxr-xr-xtools/createmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/createmap.py b/tools/createmap.py
index 6deb0aa..1d6a852 100755
--- a/tools/createmap.py
+++ b/tools/createmap.py
@@ -9,7 +9,7 @@ ATLASFILE = "atlas.png"
TILESIZE = 16
WIDTH = 2**10
-HEIGHT = 2**11
+HEIGHT = 2**10
# create atlas bytes
image = Image.open(ATLASFILE).convert("RGBA")