Files
PyGame-Pacman/actors/wall.py
2025-04-14 07:52:58 +02:00

8 lines
133 B
Python

"""
Class representing a pivoting wall.
Only Pacman can make a wall pivot.
"""
class WallPivot:
def __init__(self):
pass