mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Adding basic map contrib
This commit is contained in:
parent
f9866ed9b5
commit
60959e4247
1 changed files with 1 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
This produces an ASCII map for sighted players that can be as large as you have it
|
||||
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.
|
||||
This produces an ASCII map for players of configurable size.
|
||||
|
||||
### New command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue