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

Text2d visibility fix #9708

Closed
wants to merge 6 commits into from

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    fb0f05e View commit details
    Browse the repository at this point in the history
  2. Adds ExtractedSpriteBatches. This allows adding sprites in batches …

    …that all share the same entity for visibility checks.
    
    Then `extracted_text2d_sprite` extracts into `ExtractedSpriteBatches` instead of `ExtractedSprites` and text drawn with `Text2d` is visible again.
    ickshonpe committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    edfdbaf View commit details
    Browse the repository at this point in the history
  3. cargo fmt --all

    ickshonpe committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    068098f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. cargo fmt, reduced changes

    ickshonpe committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    87c1b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    0b76079 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    ickshonpe committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    033d1c5 View commit details
    Browse the repository at this point in the history