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
when i use bitmapfont in A Preloader and the target html5 of openfl project.the text didn't show anything.but when i use after the preloaded, it works fine. i check the console,no error trace.anybody know what's the matter?
The text was updated successfully, but these errors were encountered:
that's happening because assets for your font are loading at the time preloader is shown.
you need to "hardcode" image and description file in the code (it will increase the size on code). i can help you with it
thank you, what can i do?
you think the reason is because assets for my font are loading at the time preloader is shown.
but i used the font after i load the font png and font config file complete in preloader.
the code like this:
when i use bitmapfont in A Preloader and the target html5 of openfl project.the text didn't show anything.but when i use after the preloaded, it works fine. i check the console,no error trace.anybody know what's the matter?
The text was updated successfully, but these errors were encountered: