fix: custom sound playback, unmark, editor click-to-edit, bigger fonts
Deploy / build-and-deploy (push) Successful in 1m41s
Deploy / build-and-deploy (push) Successful in 1m41s
This commit is contained in:
@@ -110,6 +110,7 @@ export function playChaosRiser() {
|
||||
export function playSoundUrl(url: string) {
|
||||
try {
|
||||
const audio = new Audio(url);
|
||||
audio.preload = "auto";
|
||||
audio.volume = 0.4;
|
||||
audio.play().catch(() => {});
|
||||
} catch {}
|
||||
|
||||
Reference in New Issue
Block a user