Make tutorial parts into separate subfolders for now

This commit is contained in:
Griatch 2020-07-01 21:28:04 +02:00
parent 6e615e32c6
commit a2ce4900ba
14 changed files with 40 additions and 41 deletions

View file

@ -1,6 +1,6 @@
# Python basic tutorial part two
[In the first part](Python-basic-introduction) of this Python-for-Evennia basic tutorial we learned
[In the first part](Part1/Python-basic-introduction) of this Python-for-Evennia basic tutorial we learned
how to run some simple Python code from inside the game. We also made our first new *module*
containing a *function* that we called. Now we're going to start exploring the very important
subject of *objects*.