fixed background up.

This commit is contained in:
Bryce Covert
2017-01-10 09:14:58 -08:00
parent 8aec881ea6
commit 4e76ce6cf8
15 changed files with 1060 additions and 1038 deletions

View File

@@ -30,7 +30,7 @@
entity)
(def ui-scale (Double/parseDouble (str (or (System/getenv "UI_SCALE") 1.0))))
(def ui-scale (Double/parseDouble (str (or (System/getProperty "ui_scale") 1.0))))
(def mobile? (= 1.5 ui-scale))
(def max-zoom (if mobile? 0.5 0.75))
(def min-zoom 0.95)