You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few spritefonts which I am using with Scribble. One of my spritefonts does not display correctly. Some of the characters are repeated at the exclusion of others. See this screenshot, where the top one is incorrect, but the second one is fine.
All the spritefonts are set up the same way. I checked that the collision mask was set up according to the documentation, and I tried putting the spritefont on its own texture page. There is one pixel of border around the font. Perhaps this is user error, but I am unable to solve this issue on my own at this point.
This particular issue is Scribble 6.0.10 for 2.3, which I updated to use today. The issue does not occur with Scribble 5.5.0 for 2.2 as far as I am aware, as it has been working for me previously.
I came here to inquire about this exact issue. Glad it's not just me - I've been trying to figure out for a couple hours where I could've gone wrong! Scribble was working wonderfully when I was using GMS2.2, but today when I updated to 2.3 something seems to have gone awry.
Here's my spritefont in the image editor:
And here's the relevant code in my dialogue object (based on Juju's example project):
But here's how it's showing up when I compile the game:
I've tried deleting and reloading the sprite, rearranging the glyphs in the font string, etc. FWIW the built-in draw_text functions are working fine.
I have a few spritefonts which I am using with Scribble. One of my spritefonts does not display correctly. Some of the characters are repeated at the exclusion of others. See this screenshot, where the top one is incorrect, but the second one is fine.
All the spritefonts are set up the same way. I checked that the collision mask was set up according to the documentation, and I tried putting the spritefont on its own texture page. There is one pixel of border around the font. Perhaps this is user error, but I am unable to solve this issue on my own at this point.
This particular issue is Scribble 6.0.10 for 2.3, which I updated to use today. The issue does not occur with Scribble 5.5.0 for 2.2 as far as I am aware, as it has been working for me previously.
Code:
Attached is a testing project which should demonstrate the issue. IDE v2.3.0.529
ScribbleTesting.zip
The text was updated successfully, but these errors were encountered: