bevyengine / bevyengine/bevy

May need more example or doc for the bevy UI layout

Open
#2,249 5 comments 0 reactions 0 assignees View on GitHub
A-UI C-Docs
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
4d 8m
Merged PRs (30d)
147

Description

Hi,

I just want to implement a score board, which will have all player's name and score, the player will use a SpritBundle and score use TextBundle, but I'm quite confuse with how to combine them in the UI layout.

The below is what I'm look into:
https://docs.rs/bevy/0.5.0/bevy/prelude/struct.Style.html

I also think about if all the SpritBundle and TextBundle should be the children of another Bundle (NodeBundle?) Does there some examples for such case?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.