mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Unit command prototype
This commit is contained in:
parent
2fabd39ea1
commit
f9efbb6686
15 changed files with 146 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue