Skip to content

Commit

Permalink
Update 1_bal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenPostma authored Jun 24, 2024
1 parent c10b993 commit 6f61894
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/tutorials/tutorial-pong/1_bal.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ Analyseer de code en voer hem uit op je computer (kopieer hem naar je editor en

<details>
<summary>Klik hier voor een tip</summary>
<p>Pas **radius** aan</p>
<p>Pas <b>radius</b> aan</p>
</details>

<details>
<summary>Vind je het lastig? Klik hier voor een voorbeeld.</summary>
<p>
```python
<pre><code>
import play

ball = play.new_circle(color='black',
x=0,
y=0,
radius=10,
border_color="light blue",
border_width=10,
transparency=100)
x=0,
y=0,
radius=10,
border_color="light blue",
border_width=10,
transparency=100)


play.start_program()
```
</p>

</code></pre>

</details>


Expand Down

0 comments on commit 6f61894

Please sign in to comment.