Skip to content
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

fix: allow bitmap fonts to be loaded before renderer init #10573

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

Zyie
Copy link
Member

@Zyie Zyie commented May 23, 2024

fixes: #10397

moving the asset parsers into Assets allows us to load bitmap fonts before calling await renderer.init()

this only adds a few kb to the bundle size, so not a major impact in doing this

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@Zyie Zyie added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label May 23, 2024
@Zyie Zyie added this pull request to the merge queue May 23, 2024
Merged via the queue into dev with commit afd87fe May 23, 2024
7 checks passed
@Zyie Zyie deleted the fix/bitmap branch May 23, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t v8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Assets.load for BitmapFonts broken ?
3 participants