bendable bars.
This commit is contained in:
@@ -17,4 +17,3 @@
|
|||||||
+ wrong timing for potions
|
+ wrong timing for potions
|
||||||
+ secret lever
|
+ secret lever
|
||||||
+ shopkeep sigh
|
+ shopkeep sigh
|
||||||
+ bent bars outside
|
|
||||||
|
|||||||
BIN
desktop/resources/outside-jail/bent-bar-window.png
Normal file
BIN
desktop/resources/outside-jail/bent-bar-window.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -196,11 +196,15 @@
|
|||||||
:x 172
|
:x 172
|
||||||
:y 140
|
:y 140
|
||||||
:baseline 114)
|
:baseline 114)
|
||||||
:axe (assoc (texture "outside-jail/axe.png") :x 213 :y 63 :baseline 176 :night-profile :sprite)}
|
:axe (assoc (texture "outside-jail/axe.png") :x 213 :y 63 :baseline 176 :night-profile :sprite)
|
||||||
|
:bent-bar-window (assoc (texture "outside-jail/bent-bar-window.png")
|
||||||
|
:x 69 :y (- 240 63) :baseline 2)}
|
||||||
:fountain-sound {:sound (sound "outside-jail/fountain-2.ogg")
|
:fountain-sound {:sound (sound "outside-jail/fountain-2.ogg")
|
||||||
:id nil}
|
:id nil}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:guard (rooms/make-entity :guard (assoc (animation->texture screen guard-stand)
|
:guard (rooms/make-entity :guard (assoc (animation->texture screen guard-stand)
|
||||||
:x 70 :y 55 :baseline 185
|
:x 70 :y 55 :baseline 185
|
||||||
@@ -251,4 +255,4 @@
|
|||||||
entities)
|
entities)
|
||||||
(if (get-in entities [:state :dropped-ball?])
|
(if (get-in entities [:state :dropped-ball?])
|
||||||
(update-in entities [:room :entities :guard] #(actions/start-animation % :sleep))
|
(update-in entities [:room :entities :guard] #(actions/start-animation % :sleep))
|
||||||
entities))))))
|
(update-in entities [:room :entities] dissoc :bent-bar-window )))))))
|
||||||
|
|||||||
Reference in New Issue
Block a user