Acceleration sounds

This commit is contained in:
softsimon
2023-12-15 23:09:24 +07:00
parent 99b57bbec0
commit 6014469513
5 changed files with 9 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export class AudioService {
} catch (e) {}
}
public playSound(name: 'magic' | 'chime' | 'cha-ching' | 'bright-harmony') {
public playSound(name: 'magic' | 'chime' | 'cha-ching' | 'bright-harmony' | 'wind-chimes-harp-ascend' | 'ascend-chime-cartoon') {
if (this.isPlaying || !this.audio) {
return;
}