Files
2026-04-22 20:55:36 +02:00

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
stack area
bevy ui

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