Harder default waves

This commit is contained in:
Anuken
2019-05-04 17:14:47 -04:00
parent 8d6afbd80d
commit f137c11c6c
5 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -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();
});