Crate bevy_prototype_parallax

Source

Structsยง

Layer
LayerComponents
ParallaxPlugin
The plugin that enables parallax backgrounds Note you will still need to make sure you add a background entity
WindowSize
! Helpers for getting the current window size. ! We need to know this so we can determine how much to repeat an image Simple struct storing the height and width of the window. Hopefully this may be integrated into bevy in future.