0

implemented hack to fix water grids. Water looks okay now!

This commit is contained in:
Andrew Brown
2010-09-15 21:52:57 -04:00
parent 9737a97d8a
commit 612307ff15
3 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ def _build_block(top, side):
top and side should be 16x16 image objects. Returns a 24x24 image
"""
img = Image.new("RGBA", (24,24))
img = Image.new("RGBA", (24,24), (38,92,255,0))
top = _transform_image(top)