plrmodes/reimu_b: lower opacity of needle particles
This commit is contained in:
parent
3f9848576b
commit
34c151af4a
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ TASK(reimu_dream_needle, {
|
|||
.shader_ptr = ARGS.shader,
|
||||
));
|
||||
|
||||
Color *trail_color = color_mul_scalar(RGBA(0.75, 0.5, 1, 0), 0.35);
|
||||
Color *trail_color = color_mul_scalar(RGBA(0.75, 0.5, 1, 0), 0.15);
|
||||
int warp_cnt = 1;
|
||||
|
||||
for(;;) {
|
||||
|
|
Loading…
Reference in a new issue