pxt-calliope/docs/reference/game/pause.md

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)