-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawing sprites while using a spritefont draws them in a weird location #46
Comments
Thank you for the bug report. Sprite origins won't affect the position of a sprite unless the macro I'll look into a proper fix for the issue now. |
I'm unable to reproduce this locally. Please could you upload a project that demonstrates the issue? Additionally, what version of Scribble/GM are you on? |
oh, interesting!
I've gotten this bug to appear both in Scribble v5.3.3 and v5.4.3.
Attached is a project that demonstrates it on my end
Here's a link to it on google drive:
https://drive.google.com/open?id=1jdFVat9zdYf8ur5Uarcu6N58Aeh2sY7Y
…On Sun, Apr 12, 2020 at 6:12 AM Juju Adams ***@***.***> wrote:
I'm unable to reproduce this locally. Please could you upload a project
that demonstrates the issue?
Additionally, what version of Scribble/GM are you on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOS36XSEARLE563GS3KCRIDRMGHYZANCNFSM4MGD2YOA>
.
--
Arden De Cuir
|
Thanks for the project/info, looking into this now. |
Ah, you're using |
Ok! I've found a couple issues with the way spritefonts were being handled and have fixed those. These changes are now live on the |
Using sprites in the middle of a scribble string is great.
but if using a spritefont, it seems to draw the image down really far.
example:
looks like this:
The top is using a spritefont, and the bottom a normal font.
Font alignment or sprite origin doesn't seem to make any difference, but scaling the font seems to make things worse. Here, the spritefont isn't scaled up:
The text was updated successfully, but these errors were encountered: