Merge branch 'main' into patch-1

This commit is contained in:
Griatch 2023-01-06 18:52:44 +01:00 committed by GitHub
commit 8bfab0213d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 14 deletions

View file

@ -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 ...