Hey. I've been working on a project earlier and I've two folders of the same sprites but with different colors...
I'm trying to do it so if var = 0, it loads the sprite from "right" folder.
If var = 1, it loads the same sprite from "left" folder.
I've tried using folders in project files but after exporting, all the sprites are added together in the root game folder...
So I tried loading a sprite from "\right\image.png" and after exporting, I add the "right" folder to the game's folder, didn't seem to work for me..
Am I doing something wrong or there's another solution to choose one of two sprites for every object on the layout on start of that layout....
Thanks