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