Initial update. /JL
This commit is contained in:
8
actors/wall.py
Normal file
8
actors/wall.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Class representing a pivoting wall.
|
||||
Only Pacman can make a wall pivot.
|
||||
"""
|
||||
|
||||
class WallPivot:
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user