mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Two units complete
This commit is contained in:
parent
41a8be1b29
commit
865a5d56ed
19 changed files with 182 additions and 70 deletions
|
|
@ -1004,6 +1004,11 @@ public class Fx{
|
|||
Fill.circle(e.x, e.y, e.rotation * e.fout());
|
||||
}).layer(Layer.bullet - 0.001f), //below bullets
|
||||
|
||||
missileTrailShort = new Effect(22, e -> {
|
||||
color(e.color);
|
||||
Fill.circle(e.x, e.y, e.rotation * e.fout());
|
||||
}).layer(Layer.bullet - 0.001f),
|
||||
|
||||
absorb = new Effect(12, e -> {
|
||||
color(Pal.accent);
|
||||
stroke(2f * e.fout());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue