Replace # by walls
This commit is contained in:
committed by
Nicolas Margulies
parent
d8bd500349
commit
3467fb622c
@ -51,7 +51,7 @@ class Map:
|
||||
|
||||
class Tile(Enum):
|
||||
EMPTY = ' '
|
||||
WALL = '#'
|
||||
WALL = '█'
|
||||
FLOOR = '.'
|
||||
|
||||
def is_wall(self) -> bool:
|
||||
|
Reference in New Issue
Block a user