center player and stuff

This commit is contained in:
staubsauger 2024-08-16 22:25:11 +02:00
parent 6cd571476f
commit 36d6b63c31
4 changed files with 21 additions and 5 deletions

View file

@ -40,3 +40,5 @@ ACTION_KEYS: Final = {
KeySym.SPACE: unlock_door
}
WALL_CHAR: Final = ord('#')