load file relative to the exe file location (or absolute adress)
I would like to load automatically a folder which the user can add skin. I want the folder to be in the exe directory or in documents
I would like to load automatically a folder which the user can add skin. I want the folder to be in the exe directory or in documents
I mean would you suggest having a small hidden image folder and then when the character does this show your folder
Just to clarify
In the project options you have the option to show the "assets" tab. You can add some types of data there
You download these resources via asset manager
image = asset_manager.loadImage("1710965641411", callback)
If you want to download data differently, you have to write the code in javascript.