speed graph fade for top movement pasters :roflanEbalo:
looks like a this
here is the codes:
for (int i = 0; i < 40; i++) {
if (index == i) c = { 255, 255, 255,unsigned char(6 * i) };
if (index == max_items - i) = { 255, 255, 255,unsigned char(6 * i) };
}
enjoy it!