0

support for mixed png/jpg tilesets, and overlays with imgformat=jpg

This commit is contained in:
Aaron Griffith
2011-04-16 19:25:40 -04:00
parent 26b35906a4
commit 05c4083b7e
5 changed files with 26 additions and 24 deletions

View File

@@ -129,6 +129,10 @@ fluid_blocks = set([8,9,10,11])
# (glass, half blocks)
nospawn_blocks = set([20,44])
# overlay rendermodes
# FIXME hook this into render_modes in setup.py, somehow
overlay_rendermodes = ['spawn']
class ChunkCorrupt(Exception):
pass