Item sprite cleanup

This commit is contained in:
Anuken
2020-10-24 17:18:58 -04:00
parent 79ace277ed
commit 41d388aa7f
31 changed files with 3 additions and 43 deletions

View File

@@ -342,7 +342,7 @@ public class PlacementFragment extends Fragment{
topTable.row();
topTable.table(b -> {
b.image(Icon.cancel).padRight(2).color(Color.scarlet);
b.add(!player.isBuilder() ? "@unit.nobuild" : displayBlock.unplaceableMessage()).width(190f).wrap();
b.add(!player.isBuilder() ? "@unit.nobuild" : "@banned").width(190f).wrap();
b.left();
}).padTop(2).left();
}