Unit Command Radius (#5269)
* Unit Command Radius * Make effect change with radius * Fix command center effect * Display true radius
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user