JujuAdams / Scribble

Efficient, internationalized, multi-effects text renderer for GameMaker
https://www.jujuadams.com/Scribble/
MIT License
321 stars 47 forks source link

Option for `.sound_per_char()` to cut off sound if one is already playing #492

Open curryswirl opened 10 months ago

curryswirl commented 10 months ago

Before switching to scribble I did a manual typewriter sound script, it was very simple in that if a sound from the voice blip array was playing, it would end playback of that sound before playing another. It's a simple thing but it does a lot for the feel depending on what you're trying to get from it. Thanks!

curryswirl commented 10 months ago

ah, sorry, i seemed to have missed how one adds labels to these requests. apologies, kinda unfamiliar with github! is that something i do or a mod does?