When transitioning from non-empty text, the scramble only affects the last few characters of the pre-existing string. I would expect it to affect the characters that are about to change, not the characters at the end of the pre-existing string.
Currently doing a game jam, but I will see if I can take a look at this myself later.
Example, only the last few are scrambled:
Hello World! -> Aweslo Wor&%$ -> Awesome Sauce!
When transitioning from non-empty text, the scramble only affects the last few characters of the pre-existing string. I would expect it to affect the characters that are about to change, not the characters at the end of the pre-existing string.
Currently doing a game jam, but I will see if I can take a look at this myself later.
Example, only the last few are scrambled:
Hello World! -> Aweslo Wor
&%$-> Awesome Sauce!