Eva Ogbe

Results 3 comments of Eva Ogbe

I'm still pretty new to Rust and Bevy and game dev. I'm not sure where I'd start to create my own tile animation system. I was looking at the animation...

Oops just realized I reported the issue on my work account. The PR with the fix is using the correct personal account.

I'm not sure if this is right, but I got it to work by removing the `LayerComponent`. ```rust fn cleanup_background(mut commands: Commands, layer_query: Query) { for entity in &layer_query {...