Drill cleanup / Added liquid boosting / Liquid hierarchy cleanup

This commit is contained in:
Anuken
2018-03-29 22:51:49 -04:00
parent 027e8dc35e
commit e78579581f
13 changed files with 123 additions and 152 deletions
@@ -376,6 +376,14 @@ public class Fx{
});
}),
mineBig = new Effect(30, e -> {
Angles.randLenVectors(e.id, 6, 4f + e.ifract()*8f, (x, y)->{
Draw.color(e.color, Color.LIGHT_GRAY, e.ifract());
Fill.poly(e.x + x, e.y + y, 4, e.fract() * 2f + 0.2f, 45);
Draw.reset();
});
}),
sparkbig = new Effect(11, e -> {
Lines.stroke(1f);
Draw.color(lightRed, Color.GRAY, e.ifract());