diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
commit | 01beb9919b95479d8be040bec74abc5cc67a5e43 (patch) | |
tree | 65f0b79e793848491832756a4c3a32b23668fab3 /assets/scripts/system_emoticons.shader | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/scripts/system_emoticons.shader')
-rw-r--r-- | assets/scripts/system_emoticons.shader | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/scripts/system_emoticons.shader b/assets/scripts/system_emoticons.shader new file mode 100644 index 0000000..a4c8667 --- /dev/null +++ b/assets/scripts/system_emoticons.shader @@ -0,0 +1,27 @@ +emoticons/yesmadbro_1x1 +{ + { + animMap 2 emoticons/yesmadbro_1x1.tga emoticons/yesmadbro_1x1_b.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaFunc GE128 + depthWrite + } +} +emoticons/yesmp_1x1 +{ + { + animMap 4 emoticons/yesmp_1x1.tga emoticons/yesmp_1x1_b.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaFunc GE128 + depthWrite + } +} +emoticons/yeshaha_1x1 +{ + { + animMap 4 emoticons/yeshaha_1x1.tga emoticons/yeshaha_1x1_b.tga + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + alphaFunc GE128 + depthWrite + } +} |