Skycraft: add some alpha to orbits

This commit is contained in:
Paul Mathieu 2022-10-18 14:22:40 -07:00
parent 70f42391f1
commit 4e2d522602

View File

@ -158,7 +158,7 @@ void main() {
} else if (f < 0.98) {
discard;
}
gl_FragColor = vec4(1, .5, 0, 1);
gl_FragColor = vec4(1, .5, 0, 0.5);
}
`;