pub fn spawn_text(world: &mut World, text: &str, anchor: ScreenAnchor) -> EntityExpand description
Spawns screen text at the given anchor. It renders as a retained UI overlay
that stays fixed to the window, on top of the scene. Update the content with
set_text, restyle it with set_text_color and set_text_size.