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
Currently when calling makeTTFText we need to pass the full path of the ttf to use i.g. makeTTFText(this, 80, 175, "res/font/Inter/static/Inter_28pt-Light.ttf", "Start:", 0.4);
Make it so that when we register a new ttf, we can provide a short name that replace the whole ttf path
The text was updated successfully, but these errors were encountered:
Currently when calling
makeTTFText
we need to pass the full path of the ttf to use i.g.makeTTFText(this, 80, 175, "res/font/Inter/static/Inter_28pt-Light.ttf", "Start:", 0.4);
Make it so that when we register a new ttf, we can provide a short name that replace the whole ttf path
The text was updated successfully, but these errors were encountered: