Skip to content

Commit

Permalink
Fix internal link #33
Browse files Browse the repository at this point in the history
  • Loading branch information
christopolise committed Aug 24, 2023
1 parent 7605bee commit 9c7a565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorials/Creating a demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ self.output_queue.put("SCORE " + str(self.score))

### screen

This object controls what will be drawn on the screen. Any functions as described in this [API doc](https://www.notion.so/Game-Display-Graphics-functions-e2c7ef55e90645719b6f5440b07d9b79) will work on this screen object. The demo screen is connected to the SSS system screen as follows:
This object controls what will be drawn on the screen. Any functions as described in this [API doc](Game%20Display%20(Graphics%20functions).md) will work on this screen object. The demo screen is connected to the SSS system screen as follows:

```python
self.screen = screen
Expand Down

0 comments on commit 9c7a565

Please sign in to comment.