Skip to content

Instantly share code, notes, and snippets.

View Ash-Kay's full-sized avatar
🔨
Building...

Ashish Kumar Ash-Kay

🔨
Building...
View GitHub Profile
@Ash-Kay
Ash-Kay / GlowLevels.shader
Created March 25, 2019 06:13 — forked from jzayed/GlowLevels.shader
Glow Levels Shader
Shader "Sprites/GlowLevels"
{
Properties
{
[PerRendererData] _MainTex("Sprite Texture", 2D) = "white" {}
_AlphaIntensity_Fade_1("_AlphaIntensity_Fade_1", Range(0, 3)) = 1
_TintRGBA_Color_1("_TintRGBA_Color_1", COLOR) = (1,1,1,1)
_AlphaIntensity_Fade_2("_AlphaIntensity_Fade_2", Range(0, 3)) = 1
_TintRGBA_Color_2("_TintRGBA_Color_2", COLOR) = (1,1,1,1)