This commit is contained in:
Anuken
2021-10-05 21:46:41 -04:00
parent 56fe1bfa68
commit 19b881561f
7 changed files with 73 additions and 5 deletions
+9
View File
@@ -901,6 +901,15 @@ public class Fx{
});
}),
//TODO needs a lot of work
neoplasmHeal = new Effect(120f, e -> {
color(Pal.neoplasm1, Pal.neoplasm2, e.fin());
randLenVectors(e.id, 1, e.fin() * 3f, (x, y) -> {
Fill.circle(e.x + x, e.y + y, 0.2f + e.fslope() * 2f);
});
}).followParent(true).rotWithParent(true).layer(Layer.bullet - 2),
steam = new Effect(35f, e -> {
color(Color.lightGray);