pub trait SceneBuilderTextExt { // Required method fn add_text(&mut self, face: &FontFace, text: &'static str, size: f32); }