guero C2 keeps stopping updating canvas style due to c2runtime.js could manipulate width and height i have no idea how to modify c2 engine... C2 seriously needs to have an option like proportional and disproportional screen.
I wanted to integrate like this to C2
canvas.style.width = window.innerWidth + 'px';
canvas.style.height = window.innerHeight + 'px';
benefits of disproportional screen:
-No complaints about empty spaces on the edges
-True Fullscreen
-Gaming Experience
Disadvantage:
-Ugly stretching
That's all.
Ashley should read the reason ^.