mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 19:09:34 +07:00
Privatize drawer
This commit is contained in:
parent
8a25d57c83
commit
5a60ab1d2a
@ -72,7 +72,7 @@ public class CraterConveyor extends Block implements Autotiler{
|
||||
draw(tile, entity.blendbit2);
|
||||
}
|
||||
|
||||
public void draw(Tile tile, int bit){
|
||||
private void draw(Tile tile, int bit){
|
||||
CraterConveyorEntity entity = tile.ent();
|
||||
|
||||
Draw.rect(regions[Mathf.clamp(bit, 0, regions.length - 1)], tile.drawx(), tile.drawy(), tilesize * entity.blendsclx, tilesize * entity.blendscly, tile.rotation() * 90);
|
||||
|
Loading…
Reference in New Issue
Block a user