Harder default waves
This commit is contained in:
@@ -583,7 +583,7 @@ public class Fx implements ContentList{
|
||||
spawnShockwave = new Effect(20f, 400f, e -> {
|
||||
Draw.color(Color.WHITE, Color.LIGHT_GRAY, e.fin());
|
||||
Lines.stroke(e.fout() * 3f + 0.5f);
|
||||
Lines.poly(e.x, e.y, 60, e.fin() * 450f);
|
||||
Lines.poly(e.x, e.y, 60, e.fin() * (e.rotation + 50f));
|
||||
Draw.reset();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user