支持2.3.0

This commit is contained in:
caizhitao
2020-02-17 09:32:23 +08:00
parent 5529bd341a
commit 722914d5c4
78 changed files with 627 additions and 217 deletions

View File

@@ -1,13 +1,16 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "builtin-2d-sprite-explain",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "8f277982-dc0a-4030-90cc-b336a928a372"
},
"_defines": {
"USE_TEXTURE": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "ca058f99-941b-40f2-b208-d776de59abed",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,24 +1,28 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-flash-light",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "e9682cd1-a19c-4fcb-ad8c-cf1783b805e6"
},
"_defines": {
"USE_TEXTURE": true,
"ENABLE_LIGHT": true
},
"_props": {
"lightColor": {
"__type__": "cc.Color",
"r": 255,
"g": 245,
"b": 0,
"a": 255
},
"lightAngle": 36,
"lightWidth": 0.2
"_techniqueData": {
"0": {
"props": {
"lightColor": {
"__type__": "cc.Color",
"r": 255,
"g": 245,
"b": 0,
"a": 255
},
"lightAngle": 36,
"lightWidth": 0.2
},
"defines": {
"USE_TEXTURE": true,
"ENABLE_LIGHT": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "43a22f18-72fc-4399-b5ae-8305705861f4",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,14 +1,17 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-gaussian-blur-v1",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "41f4d474-d707-45bb-af93-637573f92d54"
},
"_defines": {
"USE_TEXTURE": true,
"ENABLE_GAUSSIAN_BLUR": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"ENABLE_GAUSSIAN_BLUR": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "dd3d8f78-9b79-4ca7-9bf7-7a09f7b34108",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,26 +1,30 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-glow-inner",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "90211f16-c00e-4c37-a192-43ec50c9ea35"
},
"_defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_INNER_GLOW": true
},
"_props": {
"texture": null,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"glowColorSize": 0.2,
"glowThreshold": 0.1
"_techniqueData": {
"0": {
"props": {
"texture": null,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"glowColorSize": 0.2,
"glowThreshold": 0.1
},
"defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_INNER_GLOW": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "2c760728-404d-4553-a1d0-7ab18263845c",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,26 +1,30 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-glow-outter",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "89f30b2e-b75e-49b1-9dfc-cb341cadd30a"
},
"_defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_OUTTER_GLOW": true
},
"_props": {
"texture": null,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"glowColorSize": 0.15,
"glowThreshold": 1
"_techniqueData": {
"0": {
"props": {
"texture": null,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"glowColorSize": 0.15,
"glowThreshold": 1
},
"defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_OUTTER_GLOW": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "16dd0f06-6280-4d74-8483-a50e23c00733",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,14 +1,17 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-gray",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "2e5b29d9-dd5e-4f3d-92e9-e580745b3bc8"
},
"_defines": {
"USE_TEXTURE": true,
"USE_GRAY": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"USE_GRAY": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "ee9df2cd-dc1c-4fa7-9ef6-b253eee81746",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,17 +1,21 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-mosaic",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "9638979d-62b3-4e5b-adea-7ad706e66e65"
},
"_defines": {
"USE_TEXTURE": true,
"USE_MOSAIC": true
},
"_props": {
"xBlockCount": 40,
"yBlockCount": 40
"_techniqueData": {
"0": {
"props": {
"xBlockCount": 40,
"yBlockCount": 40
},
"defines": {
"USE_TEXTURE": true,
"USE_MOSAIC": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "f2651803-80c3-4665-bd81-2ad946a12dec",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,14 +1,17 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-old-photo",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "211eddf3-c53d-46e3-8c09-c1bf38e644e2"
},
"_defines": {
"USE_TEXTURE": true,
"USE_OLD_PHOTO": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"USE_OLD_PHOTO": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "268b1aff-299a-4735-9f5c-5aa8d4d51788",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,25 +1,29 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-outline",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "559dcd1e-233b-4e1f-b1da-733c9232f06f"
},
"_defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_OUT_LINE": true
},
"_props": {
"texture": null,
"outlineColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"outlineWidth": 0.002
"_techniqueData": {
"0": {
"props": {
"texture": null,
"outlineColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"outlineWidth": 0.002
},
"defines": {
"USE_TEXTURE": true,
"USE_ALPHA_TEST": false,
"SHOW_OUT_LINE": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "daf44951-2c80-4778-b99f-52cfc78ab053",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,16 +1,20 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-point-light",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "72a182fc-08a6-4faa-8e36-8bd84b4a0b53"
},
"_defines": {
"USE_TEXTURE": true,
"ENABLE_DIFFUSION": true
},
"_props": {
"radius": 0.4
"_techniqueData": {
"0": {
"props": {
"radius": 0.4
},
"defines": {
"USE_TEXTURE": true,
"ENABLE_DIFFUSION": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "d88d982e-4ed7-4f90-9566-2ac2fef4bcb3",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,14 +1,17 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-round-corner-crop-v1",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "a4afedba-5234-44d7-9031-cba83051d521"
},
"_defines": {
"USE_TEXTURE": true,
"ENABLE_ROUNDCORNER": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"ENABLE_ROUNDCORNER": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "642c2d0e-7eb6-4d65-96f2-d6e0d0305310",
"dataAsSubAsset": null,
"subMetas": {}

View File

@@ -1,14 +1,17 @@
{
"__type__": "cc.Material",
"_name": "",
"_name": "sprite-round-corner-crop-v2",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "7c24b57e-e819-4fc9-a8d2-b06cf61b782d"
},
"_defines": {
"USE_TEXTURE": true,
"ENABLE_ROUNDCORNER": true
},
"_props": {}
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"ENABLE_ROUNDCORNER": true
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.2",
"ver": "1.0.3",
"uuid": "a86e8864-5390-443f-b41b-b38e9d584c43",
"dataAsSubAsset": null,
"subMetas": {}