perhaps ground zero was a bit too hard

This commit is contained in:
Anuken
2020-07-30 11:16:47 -04:00
parent c3a073fbbf
commit b46a8263ba
2 changed files with 1 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ public class Fx{
Fill.square(x, y, 1f * size, 45f);
}),
itemTransfer = new Effect(10f, e -> {
itemTransfer = new Effect(12f, e -> {
if(!(e.data instanceof Position)) return;
Position to = e.data();
Tmp.v1.set(e.x, e.y).interpolate(Tmp.v2.set(to), e.fin(), Interp.pow3)