-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bebce1a
commit 4b35199
Showing
49 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Add" | ||
Shader "Zigurous/Blending/Sprites/Add" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Average" | ||
Shader "Zigurous/Blending/Sprites/Average" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Color Burn" | ||
Shader "Zigurous/Blending/Sprites/Color Burn" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/ColorDodge.shader → Shaders/Sprites/ColorDodge.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Color Dodge" | ||
Shader "Zigurous/Blending/Sprites/Color Dodge" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Darken" | ||
Shader "Zigurous/Blending/Sprites/Darken" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/Difference.shader → Shaders/Sprites/Difference.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Difference" | ||
Shader "Zigurous/Blending/Sprites/Difference" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Exclusion" | ||
Shader "Zigurous/Blending/Sprites/Exclusion" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Glow" | ||
Shader "Zigurous/Blending/Sprites/Glow" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Hard Light" | ||
Shader "Zigurous/Blending/Sprites/Hard Light" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Hard Mix" | ||
Shader "Zigurous/Blending/Sprites/Hard Mix" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Lighten" | ||
Shader "Zigurous/Blending/Sprites/Lighten" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/LinearBurn.shader → Shaders/Sprites/LinearBurn.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Linear Burn" | ||
Shader "Zigurous/Blending/Sprites/Linear Burn" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/LinearDodge.shader → Shaders/Sprites/LinearDodge.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Linear Dodge" | ||
Shader "Zigurous/Blending/Sprites/Linear Dodge" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/LinearLight.shader → Shaders/Sprites/LinearLight.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Linear Light" | ||
Shader "Zigurous/Blending/Sprites/Linear Light" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Multiply" | ||
Shader "Zigurous/Blending/Sprites/Multiply" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Negation" | ||
Shader "Zigurous/Blending/Sprites/Negation" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Overlay" | ||
Shader "Zigurous/Blending/Sprites/Overlay" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Phoenix" | ||
Shader "Zigurous/Blending/Sprites/Phoenix" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Pin Light" | ||
Shader "Zigurous/Blending/Sprites/Pin Light" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Reflect" | ||
Shader "Zigurous/Blending/Sprites/Reflect" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Screen" | ||
Shader "Zigurous/Blending/Sprites/Screen" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Soft Light" | ||
Shader "Zigurous/Blending/Sprites/Soft Light" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Subtract" | ||
Shader "Zigurous/Blending/Sprites/Subtract" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/2D/VividLight.shader → Shaders/Sprites/VividLight.shader
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Blending/2D/Vivid Light" | ||
Shader "Zigurous/Blending/Sprites/Vivid Light" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.