better coin alignment
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user