public final Animation animation = new Animation();
animation.animate(1.0, 2.0, Easings.BACK_BOTH, true);
animation.update();
L
LoserFox
@LoserFox
Posts
-
I need help
public final Animation animation = new Animation();
animation.animate(1.0, 2.0, Easings.BACK_BOTH, true);
animation.update();