This commit is contained in:
Bryce Covert
2017-01-19 09:17:17 -08:00
parent 9369a2ea9c
commit c33950eed8
5 changed files with 30 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
MOBILE
godfather is "visible" with
mint position hard to click
adjust hotspots
ego shouldn't ever be the interaction
you can see the bottom of the thing
move entrance to antique
inventory selected item needs to be rendered on top

View File

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