Hello!
I'm trying to load a sprite from a location on disk, namely in Documents folder.
Unfortunately, this doesn't work, as NWjs dev tools gives this error :
This is happening on remote testing on NWjs.
What am I doing wrong? :(
Thanks!!
Use the NW.js object to read a binary file in to a Binary Data object. Then you can load the Binary Data's GetURL expression as the image URL.
Develop games in your browser. Powerful, performant & highly capable.
Thanks!
Going through Binary data works :-)