add pause to step 7 (#414)
pause is needed in step 7 as well in order to display text.
This commit is contained in:
parent
0ce71fb532
commit
ecc9c24dc9
@ -187,6 +187,7 @@ Here are all the blocks you will need:
|
||||
```shuffle
|
||||
input.onButtonPressed(Button.B, () => {
|
||||
game.addScore(-1)
|
||||
basic.pause(1)
|
||||
basic.showString("LOSSES:")
|
||||
basic.showNumber(game.score())
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user