NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
485 stars 54 forks source link

Configure dynamic assets file ending #38

Closed thebluefish closed 2 years ago

thebluefish commented 2 years ago

The readme states

should be part of a .assets file in ron format (the file ending can be configured)

However the asset_collection_file_ending member is private and I don't see a method to set it.

NiklasEi commented 2 years ago

Thank you for pointing that out. I seem to have forgotten to add a function for that.