craftyjs/Crafty

Remove margin and padding

Opened this issue · 2 comments

I noticed that there's a bit of margin and padding when running my game. I have tried setting `margin: 0 padding: 0; on the canvas, body, and html but it doesn't work.

did you set x and y of Crafty.init to window.availWidth/availHeight? that works for me...

Resolved #1179