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)
|
### 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue