summaryrefslogtreecommitdiff
path: root/public/assets/test
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-11 18:49:29 -0400
committerJules Laplace <jules@okfoc.us>2015-08-11 18:49:29 -0400
commit554463ca8e8492bfd5f0f496e3a2291bfb495f80 (patch)
treead78b5912cdf9a4e40f06292c8625a584df6cfcc /public/assets/test
parentd84c89a8dd770ea174a7d2ac90927046a5f4b5f6 (diff)
blueprint scaler stuff
Diffstat (limited to 'public/assets/test')
-rw-r--r--public/assets/test/ortho4.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/test/ortho4.html b/public/assets/test/ortho4.html
index 1c1adef..d704e0e 100644
--- a/public/assets/test/ortho4.html
+++ b/public/assets/test/ortho4.html
@@ -160,7 +160,9 @@ map.ui.placing = false
$(window).resize(function(){
scene.width = window.innerWidth/2
+ scene.height = window.innerHeight
map.canvas.width = map.dimensions.a = window.innerWidth/2
+ map.canvas.height = map.dimensions.b = window.innerHeight/2
})
var wall_height = 180