diff --git a/desktop/src-common/advent/screens/rooms/outside_jail.clj b/desktop/src-common/advent/screens/rooms/outside_jail.clj
index e7bd5424..13b9a779 100644
--- a/desktop/src-common/advent/screens/rooms/outside_jail.clj
+++ b/desktop/src-common/advent/screens/rooms/outside_jail.clj
@@ -237,9 +237,9 @@
(actions/give entities :flask-water)
(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)
- (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)
- (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
:x 36
:y 86
diff --git a/desktop/src-common/advent/screens/title.clj b/desktop/src-common/advent/screens/title.clj
index f239b0c1..c52c51dd 100644
--- a/desktop/src-common/advent/screens/title.clj
+++ b/desktop/src-common/advent/screens/title.clj
@@ -447,7 +447,10 @@
(graphics! :set-cursor (utils/cursor "cursor.png" :main))
(utils/play-music (:music %)) %)
: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)))
(merge entities (:main-menu entities))))))
diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml
index 005a6107..db6ac297 100644
--- a/ios/Info.plist.xml
+++ b/ios/Info.plist.xml
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.6
+ 2.0.7
CFBundleSignature
????
CFBundleVersion