MrGVSV / bevy_proto

Create config files for entities in Bevy
Other
239 stars 25 forks source link

Update to Bevy 0.8 #21

Closed CatThingy closed 2 years ago

CatThingy commented 2 years ago

Bumps the bevy version + adds the bevy_asset feature to make it compile.

MrGVSV commented 2 years ago

Awesome! Didn't know it would be such a simple change haha.

The only thing is that the bundles example is broken. Could you fix that? I believe you just need to replace OrthographicCameraBundle::new_2d() with Camera2dBundle::default().

CatThingy commented 2 years ago

Done!