As in the title.
I configure my spritesheet directories with:
spritesheetDirectories = [
'characters',
'characters/heroes',
'characters/npc',
'characters/items',
'characters/mobs',
'characters/mobs/sandstone',
'animations/blue',
'animations/fire-bullet',
'animations/green-bullet',
'animations/level-up',
]
But these are located in main
How to load more but from another module?