# bevy_play_card
### A card crate for the [`Bevy`](https://bevyengine.org/) game engine

### [A link to the crate's thread on the Bevy Discord server](https://discord.com/channels/691052431525675048/1354856571083034866)
I'd prefer it if you opened an issue or a pull request here, for tracking's and for future users' sake.
That being said, feel free to write on the discord thread as well.
## Readme Parts Links
### [Using The Crate](docs/using_the_crate.md)
### [Change Logs](docs/change_logs.md)
### [Use Examples](examples/use_examples.md)
### [Tween Priorities To Others Of Type](docs/tween_priorities_to_others_of_type.md)
## Bevy Version Support
| `bevy` | `bevy_play_card` |
|--------|------------------|
| 0.18 | 0.11 |
| 0.17 | 0.5 - 0.10 |
| 0.16 | 0.2 - 0.4 |
| 0.15 | 0.1 |
## Credits
- [`bevy_tween`](https://github.com/Multirious/bevy_tween)
The crate this one is built upon. Thanks to it I was able to set this crate up rather quickly and easily.