mobile tweaks.
This commit is contained in:
@@ -237,9 +237,9 @@
|
|||||||
(actions/give entities :flask-water)
|
(actions/give entities :flask-water)
|
||||||
(actions/talk entities :ego "Filled up with water, just as Gandarf wanted."))}}}
|
(actions/talk entities :ego "Filled up with water, just as Gandarf wanted."))}}}
|
||||||
:layers {:day [(assoc (utils/atlas->texture atlas "background") :x 0 :y 0 :baseline 0)
|
:layers {:day [(assoc (utils/atlas->texture atlas "background") :x 0 :y 0 :baseline 0)
|
||||||
(assoc (utils/atlas->texture atlas "fountain") :x 0 :y 0 :baseline 114)]
|
(assoc (utils/atlas->texture atlas "fountain") :x 0 :y 0 :baseline 113)]
|
||||||
:night [(assoc (utils/atlas->texture atlas "background") :x 0 :y 0 :baseline 0)
|
:night [(assoc (utils/atlas->texture atlas "background") :x 0 :y 0 :baseline 0)
|
||||||
(assoc (utils/atlas->texture atlas "fountain") :x 0 :y 0 :baseline 114)]}
|
(assoc (utils/atlas->texture atlas "fountain") :x 0 :y 0 :baseline 113)]}
|
||||||
:entities {:warden {:object nil
|
:entities {:warden {:object nil
|
||||||
:x 36
|
:x 36
|
||||||
:y 86
|
:y 86
|
||||||
|
|||||||
@@ -447,7 +447,10 @@
|
|||||||
(graphics! :set-cursor (utils/cursor "cursor.png" :main))
|
(graphics! :set-cursor (utils/cursor "cursor.png" :main))
|
||||||
(utils/play-music (:music %)) %)
|
(utils/play-music (:music %)) %)
|
||||||
:ease tween/ease-in-quadratic)}}
|
:ease tween/ease-in-quadratic)}}
|
||||||
]
|
entities (utils/platformify
|
||||||
|
(dissoc entities :google-play)
|
||||||
|
entities
|
||||||
|
(dissoc entities :google-play))]
|
||||||
(println "after load" (.getDiagnostics @(resolve 'advent.core/am)))
|
(println "after load" (.getDiagnostics @(resolve 'advent.core/am)))
|
||||||
(merge entities (:main-menu entities))))))
|
(merge entities (:main-menu entities))))))
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.6</string>
|
<string>2.0.7</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user