pub fn draw_stat_line( ui: &mut UiLayer, x: f32, y: f32, label: &str, value: &str, label_color: Vec4, value_color: Vec4, )
Draw a stat line: “Label: Value” with colored value.