Fixed autosave not triggering, offset player resource bars

This commit is contained in:
Anuken
2018-07-05 12:19:57 -04:00
parent b9ef88951e
commit c7625278b5
3 changed files with 9 additions and 6 deletions
@@ -181,7 +181,7 @@ public class OverlayRenderer {
y = (int)(y + 0.0001f);
}
drawEncloser(x, y - 8f, 2f);
drawEncloser(x, y - 9f, 2f);
drawBar(Palette.healthstats, x, y - 8f, unit.healthf());
drawBar(Palette.ammo, x, y - 9f, unit.getAmmoFraction());
}