Files
pxt-calliope/docs/reference/game/pause.md
2019-12-01 20:58:26 -08:00

12 lines
156 B
Markdown

# Pause
Pauses the game rendering engine to allow other animations on the screen.
```sig
game.pause()
```
### See Also
[resume](/reference/game/resume)