Martenfur / Monofoxe

Foxes made Monogame easy.
MIT License
410 stars 27 forks source link

FIX: Multiple Content Files #26

Open BlizzCrafter opened 3 months ago

BlizzCrafter commented 3 months ago

Loading asset paths from all content files in the content directory and not just from the one called "Content".

Without this PR it isn't possible to load assets via resource boxes if the assets you want to load are coming from a content file different to the "Content.xnb".

Since Nopipeline supports multiple content files as well, it seems to be legit to support it in Monofoxe as well.