plrmodes/reimu_b: lower opacity of needle particles

This commit is contained in:
Andrei Alexeyev 2023-06-01 02:13:48 +02:00
parent 3f9848576b
commit 34c151af4a
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -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(;;) {