Fixed #5645
This commit is contained in:
@@ -1628,7 +1628,7 @@ public class Fx{
|
||||
coalSmeltsmoke = new Effect(40f, e -> {
|
||||
randLenVectors(e.id, 0.2f + e.fin(), 4, 6.3f, (x, y, fin, out) -> {
|
||||
color(Color.darkGray, Pal.coalBlack, e.finpowdown());
|
||||
Fill.circle(e.x + x, e.y + y, out * 2f + 0.25f);
|
||||
Fill.circle(e.x + x, e.y + y, out * 2f + 0.35f);
|
||||
});
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user