init repo
This commit is contained in:
23
.opencode/skills/bevy-ui/SKILL.md
Normal file
23
.opencode/skills/bevy-ui/SKILL.md
Normal 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
|
||||
Reference in New Issue
Block a user