Misc bugfixes / New zone

This commit is contained in:
Anuken
2019-02-02 10:14:16 -05:00
parent 59a68ee981
commit e21a3347ac
13 changed files with 1526 additions and 1490 deletions

View File

@@ -210,9 +210,7 @@ public class BlockRenderer{
}else if(req.layer == Layer.block){
block.draw(req.tile);
if(block.synthetic() && req.tile.getTeam() != players[0].getTeam()){
Draw.color(req.tile.getTeam().color);
Draw.rect("block-border", req.tile.drawx() - block.size * tilesize/2f + 4, req.tile.drawy() - block.size * tilesize/2f + 4);
Draw.color();
block.drawTeam(req.tile);
}
}else if(req.layer == block.layer){
block.drawLayer(req.tile);