Closed maggardJosh closed 10 years ago
In GameScript.cs the following line of code (line 26 at the moment of writing this) is what determines the overlay color. Change it to whatever you like.
FShader.OverlayBlend.overlayColor = new Color(.4f, .8f, .2f);
In GameScript.cs the following line of code (line 26 at the moment of writing this) is what determines the overlay color. Change it to whatever you like.