Fixed player build indicators, power void

This commit is contained in:
Anuken
2018-10-17 10:31:59 -04:00
parent 8e952a550b
commit 02286b0c4e
3 changed files with 10 additions and 3 deletions
@@ -428,7 +428,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
Draw.color(Palette.removeBack);
float rad = Mathf.absin(Timers.time(), 7f, 1f) + block.size * tilesize / 2f;
float rad = Mathf.absin(Timers.time(), 7f, 1f) + block.size * tilesize / 2f - 1;
Lines.square(
request.x * tilesize + block.offset(),