Skip to content

Commit a7ed79a

Browse files
committed
Merge branch 'main' of https://github.com/Endouken/SoundBox into main
2 parents 690a0f9 + 9a3341a commit a7ed79a

10 files changed

Lines changed: 6 additions & 0 deletions

File tree

SharedMedia.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ LSM:Register("sound", "|cff00FF96SoundBox|r: niconi", [[Interface\Addons\SoundBo
5454
LSM:Register("sound", "|cff00FF96SoundBox|r: nono", [[Interface\Addons\SoundBox\sound\nono.ogg]])
5555
LSM:Register("sound", "|cff00FF96SoundBox|r: nooo", [[Interface\Addons\SoundBox\sound\nooo.ogg]])
5656
LSM:Register("sound", "|cff00FF96SoundBox|r: nos", [[Interface\Addons\SoundBox\sound\nos.ogg]])
57+
LSM:Register("sound", "|cff00FF96SoundBox|r: nudge", [[Interface\Addons\SoundBox\sound\nudge.ogg]])
58+
LSM:Register("sound", "|cff00FF96SoundBox|r: ohbaby", [[Interface\Addons\SoundBox\sound\ohbaby.ogg]])
5759
LSM:Register("sound", "|cff00FF96SoundBox|r: ohno", [[Interface\Addons\SoundBox\sound\ohno.ogg]])
5860
LSM:Register("sound", "|cff00FF96SoundBox|r: padoru", [[Interface\Addons\SoundBox\sound\padoru.ogg]])
5961
LSM:Register("sound", "|cff00FF96SoundBox|r: paw", [[Interface\Addons\SoundBox\sound\paw.ogg]])
@@ -83,6 +85,7 @@ LSM:Register("sound", "|cff00FF96SoundBox|r: tbc", [[Interface\Addons\SoundBox\s
8385
LSM:Register("sound", "|cff00FF96SoundBox|r: timmy", [[Interface\Addons\SoundBox\sound\timmy.ogg]])
8486
LSM:Register("sound", "|cff00FF96SoundBox|r: titanic", [[Interface\Addons\SoundBox\sound\titanic.ogg]])
8587
LSM:Register("sound", "|cff00FF96SoundBox|r: titanicl", [[Interface\Addons\SoundBox\sound\titanicl.ogg]])
88+
LSM:Register("sound", "|cff00FF96SoundBox|r: turtles", [[Interface\Addons\SoundBox\sound\turtles.ogg]])
8689
LSM:Register("sound", "|cff00FF96SoundBox|r: tuturu", [[Interface\Addons\SoundBox\sound\tuturu.ogg]])
8790
LSM:Register("sound", "|cff00FF96SoundBox|r: uoh", [[Interface\Addons\SoundBox\sound\uoh.ogg]])
8891
LSM:Register("sound", "|cff00FF96SoundBox|r: vegeta", [[Interface\Addons\SoundBox\sound\vegeta.ogg]])

sound/chichenol.ogg

5.54 KB
Binary file not shown.

sound/hahaha.ogg

12.6 KB
Binary file not shown.

sound/nudge.ogg

21.2 KB
Binary file not shown.

sound/ohbaby.ogg

49.3 KB
Binary file not shown.

sound/padoru.ogg

-14.4 KB
Binary file not shown.

sound/platano.ogg

9.9 KB
Binary file not shown.

sound/stars.ogg

1.27 KB
Binary file not shown.

sound/turtles.ogg

15.1 KB
Binary file not shown.

sounds.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ local _, sounds = ...
5555
sounds["nono"] = "nono"
5656
sounds["nooo"] = "nooo"
5757
sounds["nos"] = "nos"
58+
sounds["nudge"] = "nudge"
59+
sounds["ohbaby"] = "ohbaby"
5860
sounds["ohno"] = "ohno"
5961
sounds["padoru"] = "padoru"
6062
sounds["paw"] = "paw"
@@ -84,6 +86,7 @@ local _, sounds = ...
8486
sounds["timmy"] = "timmy"
8587
sounds["titanic"] = "titanic"
8688
sounds["titanicl"] = "titanicl"
89+
sounds["turtles"] = "turtles"
8790
sounds["tuturu"] = "tuturu"
8891
sounds["uoh"] = "uoh"
8992
sounds["vegeta"] = "vegeta"

0 commit comments

Comments
 (0)