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