So, I wanted to have an option in my game like 1x, 2x, 3x and fullscreen on Windows/Linux/Mac using Node Webkit.
So I tried something like:
<img src="https://dl.dropboxusercontent.com/u/78545260/duvida1.png" border="0" />
Thing is, this happens:
<img src="https://dl.dropboxusercontent.com/u/78545260/duvida2.png" border="0" />
Now, I know C2 is not aiming for this platform specifically, but is there a way to do this without having to manually resize the screen? Like a menu option? What about FullScreen?
Ps. I tested only on Windows, but I'm pretty sure the same thing happens on the other 2 systems.
Thanks in advance guys!