This makes it possible to pack Murder and actually have it working without crashes
Some things worth noting:
I'm placing all content inside contentFiles\any\any\resources instead of contentFiles\any\net8.0\resources to avoid having to update every time we change .NET version
Both packed and resources are being copied to the root of the content folder. This outputs the exact same behavior we currently have with building from a submodule, so I just kept it. The system is flexible enough should we want to add more folders
This makes it possible to pack Murder and actually have it working without crashes
Some things worth noting:
contentFiles\any\any\resources
instead ofcontentFiles\any\net8.0\resources
to avoid having to update every time we change .NET versionpacked
andresources
are being copied to the root of the content folder. This outputs the exact same behavior we currently have with building from a submodule, so I just kept it. The system is flexible enough should we want to add more folders