pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -6,7 +6,7 @@ Find the number of points scored in your game.
game.score()
```
### Example
## Example
This program adds one point to your score every time you press button
`A`, and shows an animation. Then it waits 500 milliseconds (half a
@ -20,6 +20,6 @@ input.onButtonPressed(Button.A, () => {
});
```
### See Also
## See Also
[change score by](/reference/game/score), [start countdown](/reference/game/start-countdown)