Regen projection recolor

This commit is contained in:
Anuken
2021-12-28 21:07:27 -05:00
parent 0ede0dbf0c
commit 9c2618f2e8
5 changed files with 14 additions and 10 deletions

View File

@@ -1467,7 +1467,7 @@ public class Fx{
}),
regenParticle = new Effect(100f, e -> {
color(Pal.accent);
color(Pal.regen);
Fill.square(e.x, e.y, e.fslope() * 1.5f + 0.14f, 45f);
}),