WIP Interplanetary Accelerator animation

This commit is contained in:
Anuken 2025-01-28 21:30:38 -05:00
parent 22538840a1
commit 6c31853c11
11 changed files with 292 additions and 173 deletions

View file

@ -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);