This commit is contained in:
Anuken
2019-07-27 16:10:17 -04:00
parent 67b4fa6f68
commit 214f451cc1

View File

@@ -443,10 +443,10 @@ public class Fx implements ContentList{
Draw.color();
});
fire = new Effect(35f, e -> {
fire = new Effect(50f, e -> {
Draw.color(Pal.lightFlame, Pal.darkFlame, e.fin());
Angles.randLenVectors(e.id, 2, 2f + e.fin() * 7f, (x, y) -> {
Angles.randLenVectors(e.id, 2, 2f + e.fin() * 9f, (x, y) -> {
Fill.circle(e.x + x, e.y + y, 0.2f + e.fslope() * 1.5f);
});