fixed leaf texture for classic levels (fixed? at least for my terrain-classic.png)

This commit is contained in:
David Vierra 2011-03-11 21:47:14 -10:00
parent f7c8fb699d
commit de1bd9ae18

View File

@ -301,7 +301,7 @@ cm.Wood = cm.Block(17,
cm.Leaves = cm.Block(18,
name="Leaves",
texture=(0x40,0x30),
texture=(0x50,0x30),
)
cm.Sponge = cm.Block(19,