487 B
487 B
name, description, license, compatibility, metadata
| name | description | license | compatibility | metadata | ||||
|---|---|---|---|---|---|---|---|---|
| bevy-ui | Build and debug Bevy UI flows for HUD, score, menus, and state-driven screens | MIT | opencode |
|
What I do
- propose HUD/menu structure
- map UI state to resources/events/states
- keep gameplay logic out of UI systems
- suggest update flow for score and status text
Use when
- adding score counter
- adding pause/menu/game over screen
- fixing stale UI text
- separating HUD from gameplay