From 214f451cc164d7f573eb999778bd36f1171d8004 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 27 Jul 2019 16:10:17 -0400 Subject: [PATCH] Tweak --- core/src/io/anuke/mindustry/content/Fx.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Fx.java b/core/src/io/anuke/mindustry/content/Fx.java index 1af76d1927..b8164ee735 100644 --- a/core/src/io/anuke/mindustry/content/Fx.java +++ b/core/src/io/anuke/mindustry/content/Fx.java @@ -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); });