This commit is contained in:
Anuken
2021-08-01 13:27:21 -04:00
parent fc80c23dde
commit e64cd905d6
2 changed files with 4 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ public class Fx{
Fill.circle(x, y, e.fslope() * 1.5f * size);
}),
pointBeam = new Effect(25f, e -> {
pointBeam = new Effect(25f, 300f, e -> {
if(!(e.data instanceof Position)) return;
Position pos = e.data();