Corrosive-Games / bevy-parallax

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

Use and export SystemSet #19

Closed NiklasEi closed 1 year ago

NiklasEi commented 1 year ago

There was a lot of jitter in my game because of a system ambiguity between the system writing camera movement events and the system reading them. This PR defines a system set for easy and explicit system ordering.

cdsupina commented 1 year ago

Thanks for this! I'll take a look today.