-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
25 lines (25 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.zigurous.shaders.blending",
"version": "2.0.0",
"displayName": "Blend Shaders",
"description": "The Blend Shaders package contains over 20 shaders for blending textures and sprites in Unity (based on Photoshop's blend modes).\n\nSupported Modes:\n\u2022 Add\n\u2022 Average\n\u2022 Color Burn\n\u2022 Color Dodge\n\u2022 Darken\n\u2022 Difference\n\u2022 Exclusion\n\u2022 Glow\n\u2022 Hard Light\n\u2022 Hard Mix\n\u2022 Lighten\n\u2022 Linear Burn\n\u2022 Linear Dodge\n\u2022 Linear Light\n\u2022 Multiply\n\u2022 Negation\n\u2022 Overlay\n\u2022 Phoenix\n\u2022 Pin Light\n\u2022 Reflect\n\u2022 Screen\n\u2022 Soft Light\n\u2022 Subtract\n\u2022 Vivid Light",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-blend-shaders",
"keywords": [
"shaders",
"blending",
"textures",
"sprites",
"surface",
"fragment",
"photoshop"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "[email protected]",
"url": "https://zigurous.com"
}
}