tonarino / bomberman-of-the-hill

13 stars 5 forks source link

Migrate from bevy 0.5 to bevy 0.6 #31

Closed PabloMansanet closed 2 years ago

PabloMansanet commented 2 years ago

Mostly done offline together with @bschwind .

Fixed the skeleton respawn bug and a couple minor naming issues. I will PR the next migration step to this branch.

PabloMansanet commented 2 years ago

Optional - we can also remove pretty much all the calls to .system() with bevy 0.6.

Done as part of #32, since bevy marks them as deprecated in 0.7 :slightly_smiling_face: