better coin alignment

This commit is contained in:
Tim 2021-07-01 10:58:42 +02:00
parent ca40e4c01a
commit 5f0b827fab
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ public class Coin extends AnimatedEntity {
private static SheetLoader loader = new SheetLoader("/res/images/coins.png");
private boolean moveToCounterAnimation;
private float animationDestX = 0.5f;
private float animationDestY = 2f;
private float animationDestX = 0.2f;
private float animationDestY = 2.0f;
public Coin() {
loader.generateFigures(8, 8, new int[] { 8, 8, 1 });