Skip to content

Commit

Permalink
add grip and rotate tts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahava committed Dec 6, 2024
1 parent 396afc0 commit fa14e37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added assets/sounds/ff_grip.ogg
Binary file not shown.
Binary file added assets/sounds/ff_rotate.ogg
Binary file not shown.
12 changes: 12 additions & 0 deletions src/media/media.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ LSM:Register(
[[Interface\Addons\FarstaAddon\assets\sounds\ff_get_out.ogg]]
)

LSM:Register(
MediaType_SOUND,
"|cFFec99ffFF|r|cFF5ddfec Grip|r",
[[Interface\Addons\FarstaAddon\assets\sounds\ff_grip.ogg]]
)

LSM:Register(
MediaType_SOUND,
"|cFFec99ffFF|r|cFF5ddfec Group One Soak|r",
Expand Down Expand Up @@ -274,6 +280,12 @@ LSM:Register(
[[Interface\Addons\FarstaAddon\assets\sounds\ff_roots.ogg]]
)

LSM:Register(
MediaType_SOUND,
"|cFFec99ffFF|r|cFF5ddfec Rotate|r",
[[Interface\Addons\FarstaAddon\assets\sounds\ff_rotate.ogg]]
)

LSM:Register(
MediaType_SOUND,
"|cFFec99ffFF|r|cFF5ddfec Run Away|r",
Expand Down

0 comments on commit fa14e37

Please sign in to comment.