* adjust laser colors and opacities further & / laser exits being weird

This commit is contained in:
FajsiEx 2021-08-28 17:47:36 +02:00
parent 8b19abe7a2
commit c93483193c
5 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ void main() {
float visiblityMultiplier = 0.65;
if (hitState == 0) {
visiblityMultiplier = 0.4;
visiblityMultiplier = 0.5;
} else if (hitState == 2) {
visiblityMultiplier = 0.8;
visiblityMultiplier = 0.9;
} else if (hitState == 3) {
visiblityMultiplier = 1;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB