Bevy Splash Screen

Versions
Aviable and compatible versions
| bevy | SplashScreen |
|--------|-----------------|
| 0.10.1 | 0.2.0 |
Features
- Suport multiple screens (Multiple brands on sequencial screens)
- Multiple brands (images/text)
- Animated color
- Background Color for each screen
- Manage workflow of splash scrreen with States
Usage
Check out the examples for details.
Add to Cargo.toml
toml
[dependencies]
bevy = "0.10.1"
bevy_splash_screen = "0.2.0"
TODOs
Open for contributions =D
- [ ] Logic for static brands (persistent on all screen brands) :(
- [ ] Tween more customizable (transform, scale, etc)