Unit command prototype

This commit is contained in:
Anuken 2022-02-08 18:30:35 -05:00
parent 2fabd39ea1
commit f9efbb6686
15 changed files with 146 additions and 20 deletions

View file

@ -183,6 +183,12 @@ public class Fx{
}
}),
moveCommand = new Effect(15, e -> {
color(Pal.command);
stroke(e.fout() * 5f);
Lines.circle(e.x, e.y, 6f + e.fin() * 2f);
}).layer(Layer.effect - 20f),
commandSend = new Effect(28, e -> {
color(Pal.command);
stroke(e.fout() * 2f);