mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
T3 tank done
This commit is contained in:
parent
5f0ef9b27e
commit
3542bd9e90
6 changed files with 54 additions and 28 deletions
|
|
@ -824,12 +824,6 @@ public class Fx{
|
|||
Drawf.light(e.x, e.y, 23f, e.color, e.fout() * 0.7f);
|
||||
}),
|
||||
|
||||
hitYellowLaser = new Effect(8, e -> {
|
||||
color(Color.white, Pal.lightTrail, e.fin());
|
||||
stroke(0.5f + e.fout());
|
||||
Lines.circle(e.x, e.y, e.fin() * 5f);
|
||||
}),
|
||||
|
||||
despawn = new Effect(12, e -> {
|
||||
color(Pal.lighterOrange, Color.gray, e.fin());
|
||||
stroke(e.fout());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue