pub fn status_screen_text_bundle(
    text: impl Into<String>,
    font: Handle<Font>
) -> TextBundle
Expand description

Status screen shows the player’s stats. The text is the stat name and value, and we need ot make it small enough to fit a lot of stats on the screen.