Added README.md files to the game_template directories.
This commit is contained in:
parent
981cecbc6f
commit
d2205da980
4 changed files with 78 additions and 0 deletions
10
evennia/game_template/world/README.md
Normal file
10
evennia/game_template/world/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# world/
|
||||
|
||||
This folder is meant as a miscellanous folder for all that other stuff
|
||||
related to the game. Code which are not commands or typeclasses go
|
||||
here, like custom economy systems, combat code, batch-files etc.
|
||||
|
||||
You can restructure and even rename this folder as best fits your
|
||||
sense of organisation. Just remember that if you add new sub
|
||||
directories, you must add (optionally empty) `__init__.py` files in
|
||||
them for Python to be able to find the modules within.
|
||||
Loading…
Add table
Add a link
Reference in a new issue