Added visuals to RoundPhase

This commit is contained in:
Urban Modig
2025-09-01 20:36:54 +02:00
parent be3c4deb3c
commit fcd686fad0
8 changed files with 124 additions and 21 deletions

View File

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