Removed unit ammo

This commit is contained in:
Anuken
2018-08-10 10:45:37 -04:00
parent 61ad9bc47d
commit 8986b89d67
20 changed files with 61 additions and 478 deletions
@@ -180,9 +180,8 @@ public class OverlayRenderer{
y = (int) (y + 0.0001f);
}
drawEncloser(x, y - 9f, 2f);
drawEncloser(x, y - 8f, 1f);
drawBar(Palette.healthstats, x, y - 8f, unit.healthf());
drawBar(Palette.ammo, x, y - 9f, unit.getAmmoFraction());
}
void drawBar(Color color, float x, float y, float finion){