diff --git a/desktop/asset-work/wizard/snap.ogg b/desktop/asset-work/wizard/snap.ogg new file mode 100644 index 00000000..2865c326 Binary files /dev/null and b/desktop/asset-work/wizard/snap.ogg differ diff --git a/desktop/asset-work/wizard/snap.wav b/desktop/asset-work/wizard/snap.wav new file mode 100644 index 00000000..d1d2863b Binary files /dev/null and b/desktop/asset-work/wizard/snap.wav differ diff --git a/desktop/resources/wizard/snap.ogg b/desktop/resources/wizard/snap.ogg new file mode 100644 index 00000000..2865c326 Binary files /dev/null and b/desktop/resources/wizard/snap.ogg differ diff --git a/desktop/src-common/advent/screens/rooms/inside_house.clj b/desktop/src-common/advent/screens/rooms/inside_house.clj index 2084565b..45ee8ea3 100644 --- a/desktop/src-common/advent/screens/rooms/inside_house.clj +++ b/desktop/src-common/advent/screens/rooms/inside_house.clj @@ -232,9 +232,11 @@ :experiment experiment-left :drip-sound (utils/load-sound "wizard/drip.ogg") :explode-sound (utils/load-sound "wizard/explode.ogg") + :snap-sound (utils/load-sound "wizard/snap.ogg") :anim-sound-frames {experiment-left {31 [:drip-sound 0.5] 67 [:drip-sound 0.5] 73 [:explode-sound (constantly 0.8)] + 140 [:snap-sound (constantly 0.8)] }} :baseline 225))