Generic overlay tiles

This commit is contained in:
Anuken
2019-04-12 15:10:10 -04:00
parent ef2b8be726
commit 46c3b35028
22 changed files with 105 additions and 104 deletions
@@ -130,7 +130,7 @@ public class MinimapRenderer implements Disposable{
private int colorFor(Tile tile){
tile = tile.target();
return MapIO.colorFor(tile.floor(), tile.block(), tile.ore(), tile.getTeam());
return MapIO.colorFor(tile.floor(), tile.block(), tile.overlay(), tile.getTeam());
}
@Override