Files
bevy-template/.opencode/skills/bevy-ui/SKILL.md
2026-04-22 20:55:36 +02:00

24 lines
487 B
Markdown

---
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