diff --git a/src/Entry.ts b/src/Entry.ts index 016fac5..3e14789 100644 --- a/src/Entry.ts +++ b/src/Entry.ts @@ -593,6 +593,9 @@ export class Entry { to - from, ) } + get_sound_duration(soundId: string) { + return this.sounds[soundId].duration + } play_bgm(soundId: string) { this.sound_something_with_block(soundId) }