Unit Command Radius (#5269)

* Unit Command Radius

* Make effect change with radius

* Fix command center effect

* Display true radius
This commit is contained in:
MEEP of Faith
2021-05-19 11:34:57 -07:00
committed by GitHub
parent 86d50e9147
commit db897d037d
5 changed files with 7 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ public class Fx{
commandSend = new Effect(28, e -> {
color(Pal.command);
stroke(e.fout() * 2f);
Lines.circle(e.x, e.y, 4f + e.finpow() * 120f);
Lines.circle(e.x, e.y, 4f + e.finpow() * e.rotation);
}),
upgradeCore = new Effect(120f, e -> {