Corrosive-Games / bevy-parallax

Parallax background plugin for Bevy
MIT License
114 stars 17 forks source link

update crate and examples to bevy 0.11 #25

Closed odecay closed 1 year ago

odecay commented 1 year ago

Small change log, tested all the examples and they work as expected. All that was needed was #[derive(Event)] and updates to schedule first add_systems API.