mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Turret pattern rewrite
This commit is contained in:
parent
c3e9a961c5
commit
45f27eaeec
17 changed files with 239 additions and 240 deletions
|
|
@ -1820,7 +1820,7 @@ public class Fx{
|
|||
lancerLaserCharge = new Effect(38f, e -> {
|
||||
color(Pal.lancerLaser);
|
||||
|
||||
randLenVectors(e.id, 2, 1f + 20f * e.fout(), e.rotation, 120f, (x, y) -> {
|
||||
randLenVectors(e.id, 14, 1f + 20f * e.fout(), e.rotation, 120f, (x, y) -> {
|
||||
lineAngle(e.x + x, e.y + y, Mathf.angle(x, y), e.fslope() * 3f + 1f);
|
||||
});
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue