Initial implementation of Anuken/Mindustry-Suggestions/issues/327

This commit is contained in:
Anuken
2020-07-28 14:28:58 -04:00
parent 1100803af4
commit c6826a6c7e
11 changed files with 215 additions and 144 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ public class Fx{
Fill.square(x, y, 1f * size, 45f);
}),
itemTransfer = new Effect(30f, e -> {
itemTransfer = new Effect(10f, 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)