share/hedgewars/Data/Shaders/water.fs
author nemo
Wed, 18 Nov 2015 14:12:15 -0500
changeset 11417 c19f2387d24f
parent 11317 62287d4044e7
child 11800 2028bd2a6c5b
permissions -rw-r--r--
Add a few more lua things to the changelog


varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}