ASU-CodeDevils / CD-GameDev

A game made in Rust.
2 stars 1 forks source link

Create paralax system #17

Open Remi-Godin opened 1 month ago

Remi-Godin commented 1 month ago

Create a parallax system to move multi-layered backgrounds. If I recall correctly, the z field of the Transform component is what defines the render ordering in 2D.