Added visuals to RoundPhase
This commit is contained in:
@ -109,6 +109,11 @@ public class PacMan extends BaseAnimated {
|
||||
position = startPosition;
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
resetPosition();
|
||||
aniIndex = 0; // reset animation to start
|
||||
}
|
||||
|
||||
public Image getLifeIcon() {
|
||||
return spriteSheets[0][1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user