I’m reading the Building and Distribution Guide and found the following notation:
Important
Icon image files should be included in the project’s base directory — the build system may not locate files placed in a subfolder.
in my project file I currently have my game asset images saved as follows:
“Images/rock1.png”
Would the file be considered a subfolder?
Thanks,
Lori