mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 18:27:36 +07:00
Plastanium conveyor + bugfixes
This commit is contained in:
@ -232,14 +232,17 @@ public class BlockRenderer implements Disposable{
|
||||
|
||||
if(block != Blocks.air){
|
||||
block.drawBase(tile);
|
||||
Draw.z(Layer.block);
|
||||
|
||||
if(entity != null){
|
||||
if(entity.damaged()){
|
||||
entity.drawCracks();
|
||||
Draw.z(Layer.block);
|
||||
}
|
||||
|
||||
if(entity.team() != player.team()){
|
||||
entity.drawTeam();
|
||||
Draw.z(Layer.block);
|
||||
}
|
||||
|
||||
entity.drawLight();
|
||||
|
Reference in New Issue
Block a user