diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 0b5483f7..31e486e1 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -3,10 +3,9 @@ adjust hotspots CLOJURE 1.8 direct linking sometimes arrow takes override -hard to leave castle gate obvious about calculating path? seems to just pause a long time -Reenable mobile screenshots -Static images for mobile screenshots? +Reenable mobile screenshots - Static images for mobile screenshots? Seems like you can save even though it's gray +Lying down at start of jail diff --git a/desktop/resources/music/night.mp3 b/desktop/resources/music/night.mp3 deleted file mode 100644 index 08196ca3..00000000 Binary files a/desktop/resources/music/night.mp3 and /dev/null differ diff --git a/desktop/resources/music/night.ogg.mp3 b/desktop/resources/music/night.ogg.mp3 index 08196ca3..c468039d 100644 Binary files a/desktop/resources/music/night.ogg.mp3 and b/desktop/resources/music/night.ogg.mp3 differ diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index b1d46c24..01d8f8b4 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -2018,7 +2018,7 @@ (utils/intersects? (:close entities) [x y]) (screen! scene :on-menu {}) - (and #_(not (:already-saved? entities)) (utils/intersects? (:save entities) [x y]) (hud-interactable?)) + (and (not (:already-saved? entities)) (utils/intersects? (:save entities) [x y]) (hud-interactable?)) (do (screen! scene :on-save {}) (assoc entities :already-saved? true)) diff --git a/ios/Info.plist.xml b/ios/Info.plist.xml index 46fd5c76..9702d04e 100644 --- a/ios/Info.plist.xml +++ b/ios/Info.plist.xml @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 100 + 101 MinimumOSVersion 8.0 LSRequiresIPhoneOS