WIP terrible-looking regen projector

This commit is contained in:
Anuken
2021-12-03 20:45:19 -05:00
parent 61bb4d2dac
commit 8e4fdc92ec
27 changed files with 342 additions and 46 deletions

View File

@@ -1353,6 +1353,12 @@ public class Fx{
});
}),
regenParticle = new Effect(100f, e -> {
color(Pal.accent);
Fill.square(e.x, e.y, e.fslope() * 1.5f + 0.14f, 45f);
}),
surgeCruciSmoke = new Effect(160f, e -> {
color(Pal.slagOrange);
alpha(0.6f);