mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
WIP Interplanetary Accelerator animation
This commit is contained in:
parent
22538840a1
commit
6c31853c11
11 changed files with 292 additions and 173 deletions
|
|
@ -2464,6 +2464,12 @@ public class Fx{
|
|||
});
|
||||
}),
|
||||
|
||||
launchAccelerator = new Effect(22, e -> {
|
||||
color(Pal.accent);
|
||||
stroke(e.fout() * 2f);
|
||||
Lines.circle(e.x, e.y, 4f + e.finpow() * 160f);
|
||||
}),
|
||||
|
||||
launch = new Effect(28, e -> {
|
||||
color(Pal.command);
|
||||
stroke(e.fout() * 2f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue