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
- Host: GitHub
- URL: https://github.com/cleancut/bevy_pause
- Owner: CleanCut
- Created: 2024-08-09T23:08:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T00:44:01.000Z (over 1 year ago)
- Last Synced: 2025-02-07T05:39:50.212Z (about 1 year ago)
- Language: Rust
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license/APACHE
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 |