Comments

Log in with itch.io to leave a comment.

I found a compatibility error with a plugin MechPen_SharpText.js

Would you be willing to look into it?

Hi, what is the compatibility error?

So I use MechPen_SharpText.js along with your plugin to make the text sharper, but when I apply an outline to the text I get an error. I found a way around it by simply not using the outline.

image.png image.png

(1 edit)

Hi, I am glad you found a way around it. The issue looks to be with the other plugin, as it seems to only be set up for when an outline color is in rgba format, however html supports other color formats so this is not really a safe assumption to make.

Does the outline color work when you type something like rgba(245, 40, 145, 0.8) in to the Game Info parameter for Font Outline Color?

Your suggestion works too! Thanks for the help! :D

Ok, if you’re using SharpText do not use a border for the game info text.