init repo

This commit is contained in:
2026-04-22 20:55:36 +02:00
commit 0155516457
32 changed files with 7712 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
name: bevy-ui
description: Build and debug Bevy UI flows for HUD, score, menus, and state-driven screens
license: MIT
compatibility: opencode
metadata:
stack: bevy
area: 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