bsergent / overmorrow

Typescript canvas game engine
http://challengercity.com/v4/projects/overmorrow/
0 stars 1 forks source link

Support resizing of canvas #17

Open bsergent opened 6 years ago

bsergent commented 6 years ago

If the display width and height do not equal the canvas context's width and height, everything starts to mess up. This should be handled to support resizing the canvas and possibly fullscreen support.