An open API service indexing awesome lists of open source software.

https://github.com/cleancut/bevy_pause

A very simple pause plugin for Bevy
https://github.com/cleancut/bevy_pause

Last synced: 5 months ago
JSON representation

A very simple pause plugin for Bevy

Awesome Lists containing this project

README

          

# bevy_pause

A bevy plugin that adds simple pause functionality to a game.

# Example

See the [pause example](./examples/pause.rs) in the `examples` subdirectory, or clone this repository and run `cargo run -r --example pause`.

# Compatibility

|bevy|bevy_pause
|---|---|
| `0.14.*` | `0.1.*` |
| `< 0.14` | Unsupported |