mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
BaseShield for testing
This commit is contained in:
parent
c1bd5ae9c7
commit
f0a4753180
16 changed files with 101 additions and 51 deletions
|
|
@ -1553,6 +1553,15 @@ public class Fx{
|
|||
}
|
||||
}),
|
||||
|
||||
circleColorSpark = new Effect(21f, e -> {
|
||||
color(Color.white, e.color, e.fin());
|
||||
stroke(e.fout() * 1.1f + 0.5f);
|
||||
|
||||
randLenVectors(e.id, 9, 27f * e.fin(), 9f, (x, y) -> {
|
||||
lineAngle(e.x + x, e.y + y, Mathf.angle(x, y), e.fslope() * 5f + 0.5f);
|
||||
});
|
||||
}),
|
||||
|
||||
colorSpark = new Effect(21f, e -> {
|
||||
color(Color.white, e.color, e.fin());
|
||||
stroke(e.fout() * 1.1f + 0.5f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue