I am having a problem where the the text is sometimes getting chopped off at the right hand side of my spritefont box. I am using the typewriter effect. You can see it happen in the first textbox on the work "graze".
Approach the other character and press space to pull up the spritefont box. Am I doing something wrong or is this a bug?
Would very much appreciate the help!
Here is a link to the project:
drive.google.com/file/d/12x5lte6atZke38WKFKlhi5i4Gsw8j67t/view
This is probably because you have a huge sprite font and displaying it at 6% scale and -10.5 spacing. When I set spacing to 0, this doesn't happen.
Try to reduce the size of sprite font image, so you won't have to use negative spacing.
Develop games in your browser. Powerful, performant & highly capable.
Awesome thanks so much.