dynamic wall drawing

This commit is contained in:
Lukas Nöllemeyer 2024-08-17 15:58:48 +02:00
parent 2fae90e071
commit 866c2c14de
4 changed files with 9 additions and 6 deletions

View file

@ -41,4 +41,5 @@ ACTION_KEYS: Final = {
}
WALL_CHAR: Final = ord('#')
WALL_CHAR: Final = ord('_')
VERTICAL_WALL_CHAR: Final = ord('|')