added cow.

This commit is contained in:
2014-11-01 14:43:30 -07:00
parent 25fde7edc3
commit efd5a196e0
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

View File

@@ -62,8 +62,8 @@
:ego "Okay."))}
"No."
{:run #(actions/respond entities %
:game-player "That's exactly what I'd expect a dummy like you to say."
:choices actions/previous-choices)}]}
:game-player "That's exactly what I'd expect a dummy like you to say.")
:choices actions/something-else}]}
(when (= :wool (get-in @entities [:state :current-riddle]))
"What was that riddle again?")

View File

@@ -63,6 +63,9 @@
:entities {:peddler (actions/start-animation screen
(assoc (texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil
:talk peddler-talk :stand peddler-stand)
:stand)}
:stand)
:steer (assoc (texture "outside-castle/steer.png" ) :x 203 :y 155 :baseline 80
:script (actions/get-script entities
(actions/talk entities :ego "That is one buff bull!")))}
:collision "outside-castle/collision.png"
:scale-fn (utils/scaler-fn-with-baseline 110 0.10 1.00))))