You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the crosshair "disappeares" in front of bright backgrounds like snow.
It doesn't technically disappear but it is hard to see in front of bright backgrounds.
I have figured two ways of solving this issue:
The easier way: make the middle four pixels of the res/images/crosshair.png black (like this: ) or
The harder but better way: instead of using an image file as a crosshair, you could generate it using color inversion and on backgrounds whose inverted color is the same as the original one make a light-grey crosshair.
The text was updated successfully, but these errors were encountered:
I noticed that the crosshair "disappeares" in front of bright backgrounds like snow.
It doesn't technically disappear but it is hard to see in front of bright backgrounds.
I have figured two ways of solving this issue:
The text was updated successfully, but these errors were encountered: