This commit is contained in:
parent
d24ea134ef
commit
0d268d2660
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
||||||
const effectTick = new Audio("https://no.ipv4.army/u/Effect_Tick.ogg");
|
const effectTick = new Audio("https://no.ipv4.army/raw/Effect_Tick.ogg");
|
||||||
|
|
||||||
effectTick.volume = 0.1;
|
|
||||||
|
|
||||||
const whitelistedTags = ["button", "icon", "item", "tooltip", "avatar"];
|
const whitelistedTags = ["button", "icon", "item", "tooltip", "avatar"];
|
||||||
|
|
||||||
|
|
|
@ -89,9 +89,7 @@ interface Options {
|
||||||
onClosed?: (snackbar: Snackbar) => void;
|
onClosed?: (snackbar: Snackbar) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
const popcorn = new Audio("https://no.ipv4.army/u/Popcorn.ogg");
|
const popcorn = new Audio("https://no.ipv4.army/raw/Popcorn.ogg");
|
||||||
|
|
||||||
popcorn.volume = 0.1;
|
|
||||||
|
|
||||||
export const snacker = (opts: Options) => {
|
export const snacker = (opts: Options) => {
|
||||||
snackbar({
|
snackbar({
|
||||||
|
|
Loading…
Add table
Reference in a new issue