diff --git a/desktop/asset-work/cat-tree/cry.ogg b/desktop/asset-work/cat-tree/cry.ogg new file mode 100644 index 00000000..672eac6a Binary files /dev/null and b/desktop/asset-work/cat-tree/cry.ogg differ diff --git a/desktop/asset-work/cat-tree/cry.wav b/desktop/asset-work/cat-tree/cry.wav new file mode 100644 index 00000000..912d419a Binary files /dev/null and b/desktop/asset-work/cat-tree/cry.wav differ diff --git a/desktop/resources/cat-tree/cry.ogg b/desktop/resources/cat-tree/cry.ogg new file mode 100644 index 00000000..672eac6a Binary files /dev/null and b/desktop/resources/cat-tree/cry.ogg differ diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 9116fd70..bef2ecd5 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -362,8 +362,10 @@ :stand grandma-stand :squat-1 grandma-squat-1 :squat-2 grandma-squat-2 + :cry-sound (utils/load-sound "cat-tree/cry.ogg") :anim-sound-frames {grandma-stand {15 [:blink 0.2 1.6]} - grandma-talk {11 [:blink 0.2 1.6]}} + grandma-talk {11 [:blink 0.2 1.6]} + grandma-cry {1 [:cry-sound 0.5]}} :talk-color (color 1.0 0.4 0.9 1.0) :origin-x 13