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

12 lines
156 B
Markdown
Raw Normal View History

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