Skip to content

Instantly share code, notes, and snippets.

View SudoCat's full-sized avatar
🎉
HYPE

Robin Neal SudoCat

🎉
HYPE
View GitHub Profile
Shader "Custom/Warlocracy/CharacterShader"
{
Properties
{
_MainTex ("Sprite Texture", 2D) = "white" {}
_OutlineColor ("Outline Color", Color) = (1,1,1,1)
_OutlineWidth ("Outline Width", float) = 2
[HideInInspector] _Color ("Tint", Color) = (1,1,1,1)
[HideInInspector] _RendererColor ("RendererColor", Color) = (1,1,1,1)
@SudoCat
SudoCat / SassMeister-input.scss
Created June 2, 2015 14:40
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
@import "bourbon/bourbon";
$neutral-light: #eee;
$primary: blue;
$secondary: green;
/* Functional styling * These styles are required for noUiSlider to function.