calibrats els pulsos al gust

This commit is contained in:
2025-10-23 14:56:33 +02:00
parent 5bf96b9aba
commit e250ca048f
3 changed files with 3 additions and 2 deletions

View File

@@ -381,6 +381,7 @@ void Scoreboard::fillPanelTextures() {
// Interpolar entre color base y color aclarado
Color target_color = color_.LIGHTEN(PANEL_PULSE_LIGHTEN_AMOUNT);
//Color target_color = color_.INVERSE();
background_color = color_.LERP(target_color, pulse_intensity);
background_color.a = 255; // Opaco durante el pulso
}