WWPOL / Earth-Invader

WWPOL entry for JS13K. Play it here >>>
http://wwpol.github.io/Earth-Invader
1 stars 1 forks source link

Canvas width & height assigned incorrectly #1

Closed liboan closed 10 years ago

liboan commented 10 years ago

Canvas width and height should be set in the html tag, as such

<canvas id="game" width = "800" height = "600"></canvas>

Doing so in CSS will stretch it and make it look ugly, as it does now

ROODAY commented 10 years ago

firxed