This commit is contained in:
Passthem
2025-04-11 16:03:14 +08:00
parent 0b8e208f83
commit 9878c81d59

View File

@ -4,5 +4,5 @@
Color shader(int index, double time) {
return hsv_to_color(240, 1,
(double)sban_period2_get_count_at_time(
fmod(time, sban_period2_changes_time_length)) * 0.5);
fmod(time, sban_period2_changes_time_length)) * 0.2);
}