night mp3 updated, can't save multiple times
This commit is contained in:
@@ -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.
Binary file not shown.
@@ -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))
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user