~kylep/blunder_crawl

d5f4b14a76cc50db0710d571ef8f943d78de35d6 — Kyle Perik 2 years ago bcc1d34
Take up more space
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.js
M src/main.js => src/main.js +1 -1
@@ 22,7 22,7 @@ PIXI.Loader.shared.add('Pixelzim', 'pixelzim_3x5_7.fnt')
PIXI.Loader.shared.add('CompassPro', 'compasspro_medium_12.fnt')
PIXI.Loader.shared.add('MatchupPro', 'matchuppro_medium_12.fnt')

let innerSize = Math.min(window.innerWidth, window.innerHeight)
let innerSize = Math.min(window.innerWidth, window.innerHeight / .7)
let psize = innerSize / 250
let height = innerSize * .7 / psize
let width = innerSize / psize