os.LoadImage()?
Monkey Targets Forums/Desktop/os.LoadImage()?
| ||
| Hi! Can i some how load images that are not in or relative to the "Game".Data folder? Im currently writing a small editor and i just want to avoid having the same images stored in different folders. |
| ||
| (for windows) if test.png is in the same folder as your source code:
LoadImage("/../../../../../test.png")
|