This rectangle here is semi transparent by default :
< same thing >
< now with full opacity >
On these screenshot, we can see that a part of the rectangle glitches which corresponds to the region of turfs' edges near water.
This problem can be forced to happen if any entity has transparent sprites, and the alpha is further reduced using AnimState.SetMultColour or OverrideMultColour while the world snow or moisture level is over 0. So this will happen any time it is raining, snowing, and until the ground effects have entirely vanished.
While this silly rectangle is for showcase... this is something that can affect any sprite of the game that has transparency. Changing opacity of things is something mods tend to rely on and we came across this while working on something and it would be a bit difficult to bypass.
Have any level of snow or moisture on the ground, then change the alpha of any entity that has transparent pixels by the edge.
-
2
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now