I want the canvas changes when the window changes. So in properties i set:
Fullscreen: Crop.
When the app runs(I'm using NW.js) i can change the window size and the canvas is sized to the zone i want correctly.(Press Q to fill the canvas in white and see how changes).
But when is time to export the draw the objects are stretched horizontal/vertical due the window changes.
i tried with set size and with "resize canvas" but with this last one disappears and none is exported. So, maybe is a bug on Canvas or i'm doing some wrong?
Here is the .capx
https://dl.dropboxusercontent.com/u/659 ... am_p5.capx
Also there are two errors explained in the code and marked like the size change on srites and the sprite name on textbox that i can't figure how to fix.
Thanks in advance.