Adding basic map contrib

This commit is contained in:
Wendy Wang 2022-09-14 15:09:42 +02:00
parent f9866ed9b5
commit 60959e4247

View file

@ -41,14 +41,7 @@ BASIC_MAP_SIZE = 5 # This changes the default map width/height.
### ASCII map (and evennia supports UTF-8 characters and even emojis) ### ASCII map (and evennia supports UTF-8 characters and even emojis)
This produces an ASCII map for sighted players that can be as large as you have it This produces an ASCII map for players of configurable size.
set to.
### Screenreader-friendly map
The screenreader-friendly map notes if the player has their screenreader toggled on
and if so, displays a screenreader-friendly descriptive map instead. For the sake of
concision, it is less detailed than the ASCII map.
### New command ### New command