This commit is contained in:
Emma 2025-12-21 16:26:00 +01:00 committed by GitHub
commit 3f89243b6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 0 deletions

View file

@ -697,6 +697,7 @@
<button data-config-value="13">wholetone</button>
<button data-config-value="14">fist fight</button>
<button data-config-value="15">rubber keys</button>
<button data-config-value="16">fart</button></button>
</div>
</div>
<div class="section fullWidth" data-config-name="playSoundOnError">

Binary file not shown.

View file

@ -143,6 +143,7 @@ export const PlaySoundOnClickSchema = z.enum([
"13",
"14",
"15",
"16",
]);
export type PlaySoundOnClick = z.infer<typeof PlaySoundOnClickSchema>;