maggardJosh / NowYouSeeMe

GBJam game about a magician/thief dude with a hat
0 stars 0 forks source link

Pick out a shader color #35

Closed maggardJosh closed 10 years ago

maggardJosh commented 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);