mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
WIP point laser turret
This commit is contained in:
parent
ac47d22ea1
commit
be61b45d08
18 changed files with 202 additions and 61 deletions
|
|
@ -1003,6 +1003,11 @@ public class Fx{
|
|||
Fill.circle(e.x, e.y, e.rotation * e.fout());
|
||||
}).layer(Layer.bullet - 0.001f),
|
||||
|
||||
colorTrail = new Effect(50, e -> {
|
||||
color(e.color);
|
||||
Fill.circle(e.x, e.y, e.rotation * e.fout());
|
||||
}),
|
||||
|
||||
absorb = new Effect(12, e -> {
|
||||
color(Pal.accent);
|
||||
stroke(2f * e.fout());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue