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
# Objective
Add support for `TextBackgroundColor` to `Text2d`.
## Solution
Add a `TextBackgroundColor` query to `extract_text2d_sprite` and queue a
background sprite for each text section with a `TextBackgroundColor`.
## Testing
Added `TextBackgroundColor`s to some of the text in the `text2d`
example:
```cargo run --example text2d```
---
## Showcase
<img width="1924" height="1127" alt="text2d-background" src="https://github.com/user-attachments/assets/faa64dbe-cf80-4aca-b749-d24bb4399db3" />
0 commit comments