-
Автор темы
- #1
speed graph fade for top movement pasters
looks like a this
here is the codes:
enjoy it!
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) };
}