diff --git a/desktop/asset-work/space/bloodclot-explode.ogg b/desktop/asset-work/space/bloodclot-explode.ogg new file mode 100644 index 00000000..6144a71e Binary files /dev/null and b/desktop/asset-work/space/bloodclot-explode.ogg differ diff --git a/desktop/asset-work/space/bloodclot-explode.wav b/desktop/asset-work/space/bloodclot-explode.wav new file mode 100644 index 00000000..d66c8b42 Binary files /dev/null and b/desktop/asset-work/space/bloodclot-explode.wav differ diff --git a/desktop/resources/space/bloodclot-explode.ogg b/desktop/resources/space/bloodclot-explode.ogg new file mode 100644 index 00000000..6144a71e Binary files /dev/null and b/desktop/resources/space/bloodclot-explode.ogg differ diff --git a/desktop/src-common/advent/screens/rooms/space.clj b/desktop/src-common/advent/screens/rooms/space.clj index e93c1a60..788db89b 100644 --- a/desktop/src-common/advent/screens/rooms/space.clj +++ b/desktop/src-common/advent/screens/rooms/space.clj @@ -234,8 +234,11 @@ :stand blergh-stand-anim :inhale-sound (utils/load-sound "space/bloodclot-inhale.ogg") :exhale-sound (utils/load-sound "space/bloodclot-exhale.ogg") + :explode-sound (utils/load-sound "space/bloodclot-explode.ogg") :anim-sound-frames {blergh-stand-anim {0 [:inhale-sound (constantly 0.3)] - 1 [:exhale-sound (constantly 0.3)]}} + 1 [:exhale-sound (constantly 0.3)]} + bloodclot-explode {19 [:grow-sound (constantly 0.5)] + 166 [:explode-sound (constantly 0.5)]}} :opacity 0.0 :anim blergh-stand-anim :anim-start 0 diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 5bec70b6..da6fa9b7 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -669,7 +669,6 @@ void main () :inside-step-sound-2 (utils/load-sound "ego/inside-step-2.ogg") :inside-step-sound-3 (utils/load-sound "ego/inside-step-3.ogg") :inside-step-sound-4 (utils/load-sound "ego/inside-step-4.ogg") - :grow-sound (utils/load-sound "ego/potion.ogg") :crowbar-sound (utils/load-sound "ego/crowbar.ogg") :sigh-sound (utils/load-sound "ego/sigh.ogg") :axe-sound (utils/load-sound "ego/axe.ogg") @@ -1076,6 +1075,7 @@ void main () :sounds {:blink (utils/load-sound "ego/blink2.ogg") :pickup (utils/load-sound "pickup.ogg") :disappear (utils/load-sound "inside-house/disappear.ogg") + :grow-sound (utils/load-sound "ego/potion.ogg") :object nil} :fade {:object nil :opacity 0.0}