progress
This commit is contained in:
@@ -313,10 +313,10 @@ public class Fx{
|
||||
Lines.poly(e.x, e.y, 4, 13f * e.fout());
|
||||
}).layer(Layer.debris),
|
||||
|
||||
crawlDust = new Effect(30, e -> {
|
||||
color(Tmp.c1.set(e.color).mul(1.1f));
|
||||
crawlDust = new Effect(35, e -> {
|
||||
color(Tmp.c1.set(e.color).mul(1.6f));
|
||||
randLenVectors(e.id, 2, 10f * e.finpow(), (x, y) -> {
|
||||
Fill.circle(e.x + x, e.y + y, e.fslope() * 3f + 0.3f);
|
||||
Fill.circle(e.x + x, e.y + y, e.fslope() * 4f + 0.3f);
|
||||
});
|
||||
}).layer(Layer.debris),
|
||||
|
||||
|
||||
@@ -2412,12 +2412,14 @@ public class UnitTypes implements ContentList{
|
||||
//region neoplasm
|
||||
|
||||
scuttler = new UnitType("scuttler"){{
|
||||
hitSize = 44f;
|
||||
outlineColor = Pal.neoplasmOutline;
|
||||
hitSize = 40f;
|
||||
omniMovement = false;
|
||||
rotateSpeed = 2f;
|
||||
rotateSpeed = 1.7f;
|
||||
drawCell = false;
|
||||
segments = 4;
|
||||
drawBody = false;
|
||||
crawlDamage = 2f;
|
||||
|
||||
segmentScl = 4f;
|
||||
segmentPhase = 5f;
|
||||
|
||||
Reference in New Issue
Block a user