There is a crafting system in my game. That's why I have a lot of items and crafting components as individual png files.
At the moment I have just under 900 files in total and will soon exceed 1000. The (small) files are loaded on demand, so the loading times are short.
I could combine items and components as larger sheets and thus reduce the number of files. However, this would greatly increase the loading time.
I would therefore like to ask whether I can count on an exception to the 1000 files rule in such a case, or whether it would be better to combine the files.