mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[unity] Skeleton shader property inspector now says "Main Texture"
This commit is contained in:
parent
dfddf15d0a
commit
a7f03b1587
@ -1,7 +1,7 @@
|
|||||||
Shader "Spine/Skeleton" {
|
Shader "Spine/Skeleton" {
|
||||||
Properties {
|
Properties {
|
||||||
_Cutoff ("Shadow alpha cutoff", Range(0,1)) = 0.1
|
_Cutoff ("Shadow alpha cutoff", Range(0,1)) = 0.1
|
||||||
[NoScaleOffset] _MainTex ("Texture to blend", 2D) = "black" {}
|
[NoScaleOffset] _MainTex ("Main Texture", 2D) = "black" {}
|
||||||
}
|
}
|
||||||
|
|
||||||
SubShader {
|
SubShader {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user