T3 tank done

This commit is contained in:
Anuken 2022-05-02 15:37:43 -04:00
parent 5f0ef9b27e
commit 3542bd9e90
6 changed files with 54 additions and 28 deletions

View file

@ -824,12 +824,6 @@ public class Fx{
Drawf.light(e.x, e.y, 23f, e.color, e.fout() * 0.7f);
}),
hitYellowLaser = new Effect(8, e -> {
color(Color.white, Pal.lightTrail, e.fin());
stroke(0.5f + e.fout());
Lines.circle(e.x, e.y, e.fin() * 5f);
}),
despawn = new Effect(12, e -> {
color(Pal.lighterOrange, Color.gray, e.fin());
stroke(e.fout());