WIP flux reactor

This commit is contained in:
Anuken 2022-08-01 20:28:07 -04:00
parent df7a0f46b1
commit 2bc000f53c
16 changed files with 273 additions and 19 deletions

View file

@ -1202,6 +1202,15 @@ public class Fx{
}
}).startDelay(30f),
fluxVapor = new Effect(140f, e -> {
color(e.color);
alpha(e.fout() * 0.7f);
randLenVectors(e.id, 2, 3f + e.finpow() * 10f, (x, y) -> {
Fill.circle(e.x + x, e.y + y, 0.6f + e.fin() * 5f);
});
}).layer(Layer.bullet - 1f),
vapor = new Effect(110f, e -> {
color(e.color);
alpha(e.fout());