Force projector visual cleanup

This commit is contained in:
Anuken
2021-02-07 12:38:24 -05:00
parent 2107af1f0f
commit 816be9e9bd
2 changed files with 3 additions and 3 deletions

View File

@@ -724,9 +724,9 @@ public class Fx{
Lines.circle(e.x, e.y, 5f * e.fout());
}),
forceShrink = new Effect(30, e -> {
forceShrink = new Effect(20, e -> {
color(e.color, e.fout());
if(Core.settings.getBool("animatedshields")){
if(renderer.animateShields){
Fill.poly(e.x, e.y, 6, e.rotation * e.fout());
}else{
stroke(1.5f);

View File

@@ -182,7 +182,7 @@ public class UnitTypes implements ContentList{
lightningLength = 6;
lightningColor = Pal.surge;
//standard bullet damage is far too much for lightning
lightningDamage = 20;
lightningDamage = 19;
}};
}},