minor dialogue changes.

This commit is contained in:
Bryce Covert
2015-11-09 17:52:19 -08:00
parent f7cbb14c65
commit ba1ad61a37

View File

@@ -206,7 +206,12 @@
:owl "Thank you!"
:owl "And now, I will help you on your quest."
:owl "This is for you.")
(actions/give entities :feather))
(actions/give entities :feather)
(actions/do-dialogue entities
:ego "What's this for?"
:owl "I'm sure you can find a use for it."
:owl "And without pockets, I don't have much else I can give you."
:ego "Thanks, I guess."))
(defn make [screen]
(let [cat-stand-sheet (texture! (utils/get-texture "cat-tree/cat-stand.png") :split 22 10)
@@ -218,7 +223,7 @@
:origin-x 0
:destroy-ladder destroy-ladder
:ladder-break-sound (utils/load-sound "cat-tree/ladder-break.ogg")
:anim-sound-frames {destroy-ladder {4 [:ladder-break-sound 0.3]}})
:anim-sound-frames {destroy-ladder {4 [:ladder-break-sound 0.6]}})
grandma-stand (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1])
grandma-squat-1 (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [3 4 5 5 5 5 5])
grandma-squat-2 (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [5 5 4 3])