Skip to content

Instantly share code, notes, and snippets.

Shader "Hidden/RedOffsetShader" {
Properties {
_MainTex ("Base (RGB)", 2D) = "white" {}
}
SubShader {
Pass {
CGPROGRAM
#pragma vertex vert_img
#pragma fragment frag
local LCS = require 'LCS'
local System = require 'knife.system'
local drawImage = require 'systems.drawImage'
local drawBackgroundColor = require 'systems.drawBackgroundColor'
local fadeIn = require 'systems.fadeIn'
local colors = {
white = {255, 255, 255, 255},
lightGreen = {208, 231, 153, 255},
lightPink = {251, 239, 244, 255},
@mikelovesrobots
mikelovesrobots / .gitignore
Created February 26, 2018 22:18
react-native gitignore
# OSX
#
.DS_Store
# React Native
#
/node_modules
/ios/kif_screenshots/
*.jsbundle*