bendable bars.

This commit is contained in:
2015-07-26 21:08:58 -07:00
parent eb033e01ba
commit 2b20ae6685
3 changed files with 6 additions and 3 deletions

View File

@@ -17,4 +17,3 @@
+ wrong timing for potions
+ secret lever
+ shopkeep sigh
+ bent bars outside

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -196,11 +196,15 @@
:x 172
:y 140
: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")
:id nil}
:guard (rooms/make-entity :guard (assoc (animation->texture screen guard-stand)
:x 70 :y 55 :baseline 185
@@ -251,4 +255,4 @@
entities)
(if (get-in entities [:state :dropped-ball?])
(update-in entities [:room :entities :guard] #(actions/start-animation % :sleep))
entities))))))
(update-in entities [:room :entities] dissoc :bent-bar-window )))))))