NW.Js export improvements; Bug fixes.
Oooh what does "constant redrawing" mean, and what is the benefits?
Yes, like TheRealDannyyy said, previously on non-moving layouts like menus, the achievement popups and the Steam overlay would not appear correctly unless you added a hack like a single pixel with sine movement and something like 0.01% opacity. Having a simple toggle to avoid the need for this kludge is awesome.
The Steam overlay requires a game that constantly redraws the canvas (e.g. by having moving objects). Construct used to stop drawing, if there were no changes on the canvas. To reduce power consumption I believe.
Ah very interesting, thank you!!