diff options
Diffstat (limited to 'materialsystem/stdshaders/LightmappedGeneric_LightingOnly_Overbright2.psh')
| -rw-r--r-- | materialsystem/stdshaders/LightmappedGeneric_LightingOnly_Overbright2.psh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/LightmappedGeneric_LightingOnly_Overbright2.psh b/materialsystem/stdshaders/LightmappedGeneric_LightingOnly_Overbright2.psh new file mode 100644 index 0000000..c4f2ba2 --- /dev/null +++ b/materialsystem/stdshaders/LightmappedGeneric_LightingOnly_Overbright2.psh @@ -0,0 +1,6 @@ +ps.1.1 + +tex t1 + +mov r0.rgba, t1 + |