CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 350: | Line 350: | ||
ctx.canvas.width = window.innerWidth; | ctx.canvas.width = window.innerWidth; | ||
ctx.canvas.height = window.innerHeight; | ctx.canvas.height = window.innerHeight; | ||
+ | console.log('Canvas height: ' + ctx.canvas.height); | ||
+ | console.log('Window height: ' + window.innerHeight); | ||
void(canvae.style.position = 'absolute'); | void(canvae.style.position = 'absolute'); |
Revision as of 22:04, 19 September 2017
- INTERACTIVITY CONTROLS