Correct Door Shadowing

This commit is contained in:
Steffen Illium
2021-07-28 11:26:19 +02:00
parent e8d79d40e1
commit b0aeb6f94f
5 changed files with 37 additions and 16 deletions

View File

@ -20,8 +20,6 @@ class Constants(Enum):
CLOSED_DOOR = 1
OPEN_DOOR = -1
LEVEL_IDX = 0
ACTION = auto()
COLLISIONS = auto()
VALID = True