Command center name added / Regression fix

This commit is contained in:
Anuken
2018-07-26 23:04:37 -04:00
parent 68fd09c222
commit ce2896cb38
5 changed files with 10 additions and 4 deletions
@@ -278,9 +278,11 @@ public class BlockFx extends FxList implements ContentList{
Draw.reset();
});
commandSend = new Effect(30, e -> {
commandSend = new Effect(28, e -> {
Draw.color(Palette.command);
Lines.stroke(e.fout() * 2f);
Lines.poly(e.x, e.y, 40, 4f + e.fin() * 120f);
Lines.poly(e.x, e.y, 40, 4f + e.finpow() * 120f);
Draw.color();
});
}
}