Revert!!!

This commit is contained in:
Passthem
2025-04-11 16:08:20 +08:00
parent f34b31acbf
commit 869da9e7dd

View File

@ -1,8 +1,5 @@
#include "shader.h"
#include "data_sban_period2.h"
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.2);
return hsv_to_color(time * 120 + index * 6, 1, 1);
}