Absolutely necessary tiny tweak.
This commit is contained in:
parent
919c8fdfca
commit
86b35ae88d
@ -25,7 +25,7 @@ input.onButtonPressed(Button.A, () => {
|
|||||||
|
|
||||||
### Example: roll dice
|
### Example: roll dice
|
||||||
|
|
||||||
This example generates a number from 1 to 6 when you press the `B` button. Then it shows the number.
|
This example shows a number from 1 to 6 when you press the `B` button.
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
input.onButtonPressed(Button.B, () => {
|
input.onButtonPressed(Button.B, () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user