Paccy should start off to the left

This commit is contained in:
Matt Low 2019-12-26 01:52:34 +04:00
parent 1153205ddd
commit 0177090ea3

View File

@ -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;