mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
add night colors to other shaders
This commit is contained in:
parent
378a92794d
commit
077d34e79b
3 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
CGPROGRAM
|
||||
|
||||
#pragma vertex vert
|
||||
#pragma surface surf Standard addshadow alphatest:_AlphaCutoff
|
||||
#pragma target 3.0
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
CGPROGRAM
|
||||
|
||||
#pragma vertex vert
|
||||
#pragma surface surf Standard alpha:fade noshadow
|
||||
#pragma target 3.0
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
CGPROGRAM
|
||||
|
||||
#pragma vertex vert
|
||||
#pragma surface surf Standard alpha:fade noshadow
|
||||
#pragma target 3.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue