added cow.
This commit is contained in:
BIN
desktop/resources/outside-castle/steer.png
Normal file
BIN
desktop/resources/outside-castle/steer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
desktop/resources/outside-castle/steer.pxi
Normal file
BIN
desktop/resources/outside-castle/steer.pxi
Normal file
Binary file not shown.
@@ -62,8 +62,8 @@
|
|||||||
:ego "Okay."))}
|
:ego "Okay."))}
|
||||||
"No."
|
"No."
|
||||||
{:run #(actions/respond entities %
|
{:run #(actions/respond entities %
|
||||||
:game-player "That's exactly what I'd expect a dummy like you to say."
|
:game-player "That's exactly what I'd expect a dummy like you to say.")
|
||||||
:choices actions/previous-choices)}]}
|
:choices actions/something-else}]}
|
||||||
|
|
||||||
(when (= :wool (get-in @entities [:state :current-riddle]))
|
(when (= :wool (get-in @entities [:state :current-riddle]))
|
||||||
"What was that riddle again?")
|
"What was that riddle again?")
|
||||||
|
|||||||
@@ -63,6 +63,9 @@
|
|||||||
:entities {:peddler (actions/start-animation screen
|
:entities {:peddler (actions/start-animation screen
|
||||||
(assoc (texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil
|
(assoc (texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil
|
||||||
:talk peddler-talk :stand peddler-stand)
|
: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"
|
:collision "outside-castle/collision.png"
|
||||||
:scale-fn (utils/scaler-fn-with-baseline 110 0.10 1.00))))
|
:scale-fn (utils/scaler-fn-with-baseline 110 0.10 1.00))))
|
||||||
|
|||||||
Reference in New Issue
Block a user