frederickjjoubert / bevy-ball-game

This is a small game I made to teach the basics of the Bevy Game Engine
https://bevyengine.org
MIT License
78 stars 16 forks source link

Update to Bevy 0.14 #9

Closed lufog closed 2 months ago

lufog commented 2 months ago

I just updated everything following the migration guides.


Sometimes a bug occurs when enemy balls do not bounce off the walls. I didn't fix it because I'm not sure if it's a game problem or a regression in Bevy 0.14.

You can fix it in one of the following ways:

lufog commented 2 months ago

@frederickjjoubert ping just in case you are not Watch this repo.

frederickjjoubert commented 2 months ago

Great job! Thank you for updating this for myself and everyone following along with the series. I appreciate your time.