Created
December 25, 2017 17:38
-
-
Save KumoKairo/8cb16c9b06023a3df352a10e042ba676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Gameboy" | |
{ | |
Properties | |
{ | |
_MainTex ("Texture", 2D) = "white" {} | |
_Darkest ("Darkest", color) = (0.0588235, 0.21961, 0.0588235) | |
_Dark ("Dark", color) = (0.188235, 0.38431, 0.188235) | |
_Ligt ("Light", color) = (0.545098, 0.6745098, 0.0588235) | |
_Ligtest ("Lightest", color) = (0.607843, 0.7372549, 0.0588235) | |
} | |
SubShader | |
{ | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment