Delete false comment.
This commit is contained in:
@@ -257,8 +257,7 @@ def _build_block(top, side, blockID=None):
|
|||||||
otherside = ImageEnhance.Brightness(otherside).enhance(0.8)
|
otherside = ImageEnhance.Brightness(otherside).enhance(0.8)
|
||||||
otherside.putalpha(othersidealpha)
|
otherside.putalpha(othersidealpha)
|
||||||
|
|
||||||
## special case for tall-grass, fern and dead shrub, they are the only sprite-blocks
|
## special case for tall-grass, fern and dead shrub,
|
||||||
## that have the sprites in the diagonal of the block
|
|
||||||
if blockID in (31,32):
|
if blockID in (31,32):
|
||||||
front = original_texture.resize((14,11), Image.ANTIALIAS)
|
front = original_texture.resize((14,11), Image.ANTIALIAS)
|
||||||
composite.alpha_over(img, front, (5,9))
|
composite.alpha_over(img, front, (5,9))
|
||||||
|
|||||||
Reference in New Issue
Block a user