Fixed #6008
This commit is contained in:
@@ -455,7 +455,7 @@ public class Fx{
|
|||||||
color(Pal.lightFlame, Pal.darkFlame, e.fin());
|
color(Pal.lightFlame, Pal.darkFlame, e.fin());
|
||||||
stroke(0.5f + e.fout());
|
stroke(0.5f + e.fout());
|
||||||
|
|
||||||
randLenVectors(e.id, 2, e.fin() * 15f, e.rotation, 50f, (x, y) -> {
|
randLenVectors(e.id, 2, 1f + e.fin() * 15f, e.rotation, 50f, (x, y) -> {
|
||||||
float ang = Mathf.angle(x, y);
|
float ang = Mathf.angle(x, y);
|
||||||
lineAngle(e.x + x, e.y + y, ang, e.fout() * 3 + 1f);
|
lineAngle(e.x + x, e.y + y, ang, e.fout() * 3 + 1f);
|
||||||
});
|
});
|
||||||
@@ -465,7 +465,7 @@ public class Fx{
|
|||||||
color(Color.white, Pal.heal, e.fin());
|
color(Color.white, Pal.heal, e.fin());
|
||||||
stroke(0.5f + e.fout());
|
stroke(0.5f + e.fout());
|
||||||
|
|
||||||
randLenVectors(e.id, 2, e.fin() * 15f, e.rotation, 50f, (x, y) -> {
|
randLenVectors(e.id, 2, 1f + e.fin() * 15f, e.rotation, 50f, (x, y) -> {
|
||||||
float ang = Mathf.angle(x, y);
|
float ang = Mathf.angle(x, y);
|
||||||
lineAngle(e.x + x, e.y + y, ang, e.fout() * 3 + 1f);
|
lineAngle(e.x + x, e.y + y, ang, e.fout() * 3 + 1f);
|
||||||
});
|
});
|
||||||
@@ -474,7 +474,7 @@ public class Fx{
|
|||||||
hitLiquid = new Effect(16, e -> {
|
hitLiquid = new Effect(16, e -> {
|
||||||
color(e.color);
|
color(e.color);
|
||||||
|
|
||||||
randLenVectors(e.id, 5, e.fin() * 15f, e.rotation, 60f, (x, y) -> {
|
randLenVectors(e.id, 5, 1f + e.fin() * 15f, e.rotation, 60f, (x, y) -> {
|
||||||
Fill.circle(e.x + x, e.y + y, e.fout() * 2f);
|
Fill.circle(e.x + x, e.y + y, e.fout() * 2f);
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ android.useAndroidX=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
http.socketTimeout=80000
|
http.socketTimeout=80000
|
||||||
http.connectionTimeout=80000
|
http.connectionTimeout=80000
|
||||||
archash=e2eead82168c1a143e345bc5f78e2d72078f4657
|
archash=7a4fbbcaa8350c7d6e04a59f1eb50b04947c2280
|
||||||
|
|||||||
Reference in New Issue
Block a user