minor dialogue changes.
This commit is contained in:
@@ -206,7 +206,12 @@
|
|||||||
:owl "Thank you!"
|
:owl "Thank you!"
|
||||||
:owl "And now, I will help you on your quest."
|
:owl "And now, I will help you on your quest."
|
||||||
:owl "This is for you.")
|
: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]
|
(defn make [screen]
|
||||||
(let [cat-stand-sheet (texture! (utils/get-texture "cat-tree/cat-stand.png") :split 22 10)
|
(let [cat-stand-sheet (texture! (utils/get-texture "cat-tree/cat-stand.png") :split 22 10)
|
||||||
@@ -218,7 +223,7 @@
|
|||||||
:origin-x 0
|
:origin-x 0
|
||||||
:destroy-ladder destroy-ladder
|
:destroy-ladder destroy-ladder
|
||||||
:ladder-break-sound (utils/load-sound "cat-tree/ladder-break.ogg")
|
: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-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-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])
|
grandma-squat-2 (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [5 5 4 3])
|
||||||
|
|||||||
Reference in New Issue
Block a user