I'm running v42072, of course - the platform doesn't matter, with
You must be registered to see the links
IIRC and
You must be registered to see the links
probably in version 0.44.0. You can use
this "guide" to setup your build. My
package.json
Code:
{
"name": "RPGM/Treasure_of_Nadia",
"main": "www/index.html",
"js-flags": "--expose-gc",
"chromium-args": "--enable-webgl --ignore-gpu-blacklist --disable-gpu-driver-bug-workarounds --disable-setuid-sandbox --limit-fps=60",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}
I'm starting the game by executing
./nw
(make it executable first if it's not already).