style fixes

This commit is contained in:
2016-08-28 22:32:46 +07:00
parent db8bc5e13c
commit d8972ae3e2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
Shader "FlashTools/SwfDecrMask" {
Properties {
[PerRendererData] _MainTex ("Main Texture", 2D) = "white" {}
[PerRendererData] _MainTex("Main Texture", 2D) = "white" {}
}
SubShader {

View File

@@ -1,6 +1,6 @@
Shader "FlashTools/SwfIncrMask" {
Properties {
[PerRendererData] _MainTex ("Main Texture", 2D) = "white" {}
[PerRendererData] _MainTex("Main Texture", 2D) = "white" {}
}
SubShader {

View File

@@ -1,7 +1,7 @@
Shader "FlashTools/SwfMasked" {
Properties {
[PerRendererData] _MainTex("Main Texture", 2D) = "white" {}
_StencilID ("Stencil ID" , Int) = 0
_StencilID ("Stencil ID", Int) = 0
}
SubShader {

View File

@@ -1,6 +1,6 @@
Shader "FlashTools/SwfSimple" {
Properties {
[PerRendererData] _MainTex ("Main Texture", 2D) = "white" {}
[PerRendererData] _MainTex("Main Texture", 2D) = "white" {}
}
SubShader {