fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy
https://fishfolk.github.io/punchy/player/latest
Other
264 stars 32 forks source link

Hoping Punchy Adapts to Bevy 0.13New Feature #303

Open vagra opened 6 months ago

vagra commented 6 months ago

Description

Bevy has upgraded to version 0.13, introducing significant API changes impacting Sprite, AssetServer, and more. This necessitates updates to the Punchy codebase for it to compile and run properly with the new Bevy version.

Alternatives & Prior Art

No response

odecay commented 6 months ago

Currently punchy is using bevy 0.9, but there is a pr to update to 0.11 #304.