This commit is contained in:
Anuken
2021-01-11 10:11:31 -05:00
parent f188563052
commit c716c16746
3 changed files with 18 additions and 4 deletions

View File

@@ -896,7 +896,7 @@ public class Fx{
});
}),
dynamicExplosion = new Effect(30, e -> {
dynamicExplosion = new Effect(30, 100f, e -> {
float intensity = e.rotation;
e.scaled(5 + intensity * 2, i -> {