~widelands-dev/widelands/trunk

1
2
3
4
5
6
7
#version 120

varying vec4 var_overlay;

void main() {
	gl_FragColor = var_overlay;
}