mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add Component overview
This commit is contained in:
parent
af5884705e
commit
5dc31f834a
6 changed files with 139 additions and 4 deletions
22
docs/source/Contrib/Contrib-Overview.md
Normal file
22
docs/source/Contrib/Contrib-Overview.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Contributions
|
||||
|
||||
The [evennia/contrib/](api:evennia.contrib) folder holds Game-specific tools, systems and utilities created by the community. This gathers
|
||||
longer-form documentation associated with particular contribs.
|
||||
|
||||
## In-Game-Python
|
||||
|
||||
- [A voice-operated elevator using events](A-voice-operated-elevator-using-events)
|
||||
- [Dialogues using events](Dialogues-in-events)
|
||||
|
||||
## Maps
|
||||
|
||||
- [Dynamic in-game map](Dynamic-In-Game-Map)
|
||||
- [Static in-game map](Static-In-Game-Map)
|
||||
|
||||
## The tutorial-world
|
||||
|
||||
- [The tutorial world introduction](Tutorial-World-Introduction)
|
||||
|
||||
## Menu-builder
|
||||
|
||||
- [Building Menus](Building-menus)
|
||||
Loading…
Add table
Add a link
Reference in a new issue