Closed
Description
Using a sprite tag causes the text to be truncated (i.e. not fully typed out).
It looks like this is because the sprites are not included in the totalPrintedChars count, which is derived from the length of the text with all tags removed. So each time you use a sprite tag your text will end up truncated by 1 character.