Paccy should start off to the left
This commit is contained in:
parent
1153205ddd
commit
0177090ea3
@ -18,7 +18,7 @@ public class Pacman extends MovableEntity {
|
||||
public int deathFrame = 0;
|
||||
|
||||
public Pacman(PlayState state, boolean moving) {
|
||||
super(state, 14, 7.5f, 7.5f, moving, Direction.EAST, 0.3f);
|
||||
super(state, 14, 7.5f, 7.5f, moving, Direction.WEST, 0.3f);
|
||||
this.state = state;
|
||||
sprite = state.getGame().assets.pacman;
|
||||
death = state.getGame().assets.deathAnimation;
|
||||
|
Loading…
Reference in New Issue
Block a user