build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user