pub fn draw_combat_log( ui: &mut UiLayer, x: f32, y: f32, w: f32, h: f32, lines: &[(&str, Vec4)], )
Draw a combat log panel with scrolling text lines.