mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update Beginner-Tutorial-Python-basic-introduction.md
updated in the actual readme, but in the link it states: > create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror where in fact it should now say: > create/drop mirror:contrib.tutorials.mirror.TutorialMirror
This commit is contained in:
parent
0bde1a034b
commit
5e132d2103
1 changed files with 2 additions and 2 deletions
|
|
@ -425,7 +425,7 @@ the room it is in.
|
|||
|
||||
On the game command-line, let's create a mirror:
|
||||
|
||||
> create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror
|
||||
> create/drop mirror:contrib.tutorials.mirror.TutorialMirror
|
||||
|
||||
```{sidebar} Creating objects
|
||||
|
||||
|
|
@ -638,4 +638,4 @@ first function, fixed an error and even searched and talked to a mirror! Being a
|
|||
python inside and outside of the game is an important skill for testing and debugging, but in
|
||||
practice you will be writing most your code in Python modules.
|
||||
|
||||
To that end we also created a first new Python module in the `mygame/` game dir, then imported and used it. Now let's look at the rest of the stuff you've got going on inside that `mygame/` folder ...
|
||||
To that end we also created a first new Python module in the `mygame/` game dir, then imported and used it. Now let's look at the rest of the stuff you've got going on inside that `mygame/` folder ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue