jeremychone-channel / rust-invaders

Simple RUST game with the Bevy Engine
Apache License 2.0
201 stars 60 forks source link

Project upgrade from Bevy version 0.7 to 0.8. #6

Closed DomagojRatko closed 2 years ago

DomagojRatko commented 2 years ago

From version 0.7 to 0.8. Everything is working fine. Didn't make changes to your code except in player.rs where I set player shoot lasers by just holding space down. Also I didn't comment everything like you did. So comments should be added to.

👍 Thanks for great tutorials hope this helps.

jeremychone commented 2 years ago

Thanks a lot. I was planning to work on this. So perfect timing. I will look into it and merge.

jeremychone commented 2 years ago

@DomagojRatko First, thanks a lot for the work; it really speed up the upgrade work to minutes.

I did not merge this specific pull request because the commits were too broad for the necessary changes, but your code was spot on. I updated the main branch in minutes. Thanks!!!

DomagojRatko commented 2 years ago

No problem. Glad it helped. 👍