cybersoulK opened this issue a year ago · 1 comments
let mut text = yakui::widgets::Text::new(100.0 * death_alpha, "Died"); text.style.color = yakui::Color::rgba(120, 30, 30, 0); text.show();
2274a21
this commit fixed it