#2 Animating mouth. /JL
This commit is contained in:
4
pman.py
4
pman.py
@@ -2,10 +2,12 @@ import pygame
|
||||
from actors.enums import Colors
|
||||
from actors.pacman import ActorPacman
|
||||
|
||||
__version__ = "0.0.2"
|
||||
|
||||
def main() -> None:
|
||||
pygame.init()
|
||||
screen = pygame.display.set_mode((800, 800))
|
||||
pygame.display.set_caption("Pac-Man")
|
||||
pygame.display.set_caption("Pac-Man " + __version__)
|
||||
|
||||
player = ActorPacman()
|
||||
|
||||
|
Reference in New Issue
Block a user