JujuAdams / Scribble

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

typist.skip() doesn't work when you add a delay to text #520

Closed Pixelmochii closed 6 months ago

Pixelmochii commented 6 months ago

Hi there!

I am running the skip() function on a left mouse click, and have discovered that before and after a [delay, 2000] in the text for example, it works fine, but during that 2 second delay, the text is actually unskippable with the skip() function. I am in version 9.0.0

I believe this is this an issue so apologies if it is just a programming error on my part!

JujuAdams commented 6 months ago

Looking into this now.

JujuAdams commented 6 months ago

Does indeed seem to be a bug! Fixing now.

JujuAdams commented 6 months ago

Here's the fix: https://github.com/JujuAdams/Scribble/commit/768f5ef67acf91f169a7ba29586128b7d076d4d6#diff-76f5377ca6170938a5cb070de962755262b17fab32d98485ef95d01da4d56589

Will be released alongside 8.7.2 and 9.0.1