2D-Platformer/Assets/Plugins/Light2D/Resources/Shaders/Light9.shader
2022-02-12 12:53:50 +02:00

16 lines
No EOL
293 B
Text

/*
Deprecated shader. Will fallback to "Light 20 Points".
*/
Shader "Light2D/Light 8 Points" {
Properties {
_MainTex ("Light texture", 2D) = "white" {}
_ObstacleMul ("Obstacle Mul", Float) = 500
_EmissionColorMul ("Emission color mul", Float) = 1
}
Fallback "Light2D/Light 20 Points"
}