Made frozen forest less constricted / Tree block fix / Server crash fix
This commit is contained in:
@@ -15,6 +15,9 @@ public class TreeBlock extends Block{
|
||||
expanded = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void draw(Tile tile){}
|
||||
|
||||
@Override
|
||||
public void drawLayer(Tile tile){
|
||||
Draw.rect(region, tile.drawx(), tile.drawy(), Mathf.randomSeed(tile.pos(), 0, 4) * 90);
|
||||
|
||||
Reference in New Issue
Block a user