Removed bars

This commit is contained in:
Anuken
2018-08-14 10:29:45 -04:00
parent 8986b89d67
commit 29bcb8e07c
4 changed files with 5 additions and 4 deletions

View File

@@ -180,8 +180,8 @@ public class OverlayRenderer{
y = (int) (y + 0.0001f);
}
drawEncloser(x, y - 8f, 1f);
drawBar(Palette.healthstats, x, y - 8f, unit.healthf());
//drawEncloser(x, y - 8f, 1f);
//drawBar(Palette.healthstats, x, y - 8f, unit.healthf());
}
void drawBar(Color color, float x, float y, float finion){