improved sheeps hit box.

This commit is contained in:
Bryce Covert
2016-06-15 18:17:55 -07:00
parent 023874885f
commit ea0a30540c
4 changed files with 4 additions and 3 deletions

View File

@@ -284,7 +284,7 @@
(done? [this screen entities]
(animation! (find-animation (get-in entities [:room :entities target-id ]) anim)
:is-animation-finished
(- (:total-time screen) (doto (get-in entities [:room :entities target-id :anim-start]) println))))
(- (:total-time screen) (get-in entities [:room :entities target-id :anim-start]))))
(terminate [this screen entities]
(if continue?
@@ -1012,7 +1012,7 @@
(add-entity entities :safe-song
(rooms/make-entity :safe-song
(assoc (utils/get-texture "safe-song/safe-song-1")
:x 130
:x 110
:y 120
:baseline 241
:night-profile :none