Mercurial
Mercurial
>
hedgewars-draft
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
share/hedgewars/Data/Shaders/water.fs
author
Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 02:47:15 +0200
changeset 12546
5b51257c4122
parent 11795
2028bd2a6c5b
child 12879
286e170f4f6b
permissions
-rw-r--r--
Shorten a mission text in ACF, mission 2
precision mediump float;
varying vec4 vcolor;
void main()
{
gl_FragColor = vcolor;
}