share/hedgewars/Data/Shaders/water.fs
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 06:38:51 +0200
changeset 12559 194b00c4ba07
parent 11800 2028bd2a6c5b
child 12884 286e170f4f6b
permissions -rw-r--r--
ACF: Use skull grave for cannibal teams (for real) There was a typo. “Skull” is invalid, it must be “skull”

precision mediump float;

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}