Lives, Score

This commit is contained in:
Urban Modig
2025-08-21 20:14:18 +02:00
parent 712d58e8e3
commit 9bb76ce682
4 changed files with 39 additions and 5 deletions

View File

@ -129,4 +129,8 @@ public class PacMan {
public void resetPosition() {
position = startPosition;
}
public Image getLifeIcon() {
return movmentImages[0][1];
}
}