Skip to content

Instantly share code, notes, and snippets.

@KumoKairo
Created December 25, 2017 17:41
Show Gist options
  • Save KumoKairo/5ee9e559dfd6bca3d488c25aaa795205 to your computer and use it in GitHub Desktop.
Save KumoKairo/5ee9e559dfd6bca3d488c25aaa795205 to your computer and use it in GitHub Desktop.
Shader "Gameboy"
{
Properties
{
...
}
SubShader
{
...
sampler2D _MainTex;
float4 _Darkest, _Dark, _Ligt, _Ligtest;
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment