night mp3 updated, can't save multiple times

This commit is contained in:
Bryce Covert
2017-03-11 10:47:27 -08:00
parent dbb636c7b5
commit 285a9362aa
5 changed files with 4 additions and 5 deletions

View File

@@ -3,10 +3,9 @@ adjust hotspots
CLOJURE 1.8 direct linking CLOJURE 1.8 direct linking
sometimes arrow takes override sometimes arrow takes override
hard to leave castle gate
obvious about calculating path? seems to just pause a long time obvious about calculating path? seems to just pause a long time
Reenable mobile screenshots Reenable mobile screenshots - Static images for mobile screenshots?
Static images for mobile screenshots?
Seems like you can save even though it's gray Seems like you can save even though it's gray
Lying down at start of jail

Binary file not shown.

View File

@@ -2018,7 +2018,7 @@
(utils/intersects? (:close entities) [x y]) (utils/intersects? (:close entities) [x y])
(screen! scene :on-menu {}) (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 (do
(screen! scene :on-save {}) (screen! scene :on-save {})
(assoc entities :already-saved? true)) (assoc entities :already-saved? true))

View File

@@ -21,7 +21,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>100</string> <string>101</string>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>
<string>8.0</string> <string>8.0</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>