bugfix for 2d-sprite-glow-inner
This commit is contained in:
18
assets/materials/2d-sprite-glow-inner.mtl
Normal file
18
assets/materials/2d-sprite-glow-inner.mtl
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"__type__": "cc.Material",
|
||||
"_name": "New Material",
|
||||
"_objFlags": 0,
|
||||
"_native": "",
|
||||
"_effectAsset": {
|
||||
"__uuid__": "345a48c3-c00c-45d2-b6c9-b1ac49f46662"
|
||||
},
|
||||
"_techniqueIndex": 0,
|
||||
"_techniqueData": {
|
||||
"0": {
|
||||
"defines": {
|
||||
"USE_TEXTURE": true,
|
||||
"SHOW_INNER_GLOW": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ver": "1.0.3",
|
||||
"uuid": "2c760728-404d-4553-a1d0-7ab18263845c",
|
||||
"uuid": "647e873f-e0ed-4ce7-84cb-9e4d4f8a211f",
|
||||
"dataAsSubAsset": null,
|
||||
"subMetas": {}
|
||||
}
|
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"__type__": "cc.Material",
|
||||
"_name": "sprite-glow-inner",
|
||||
"_objFlags": 0,
|
||||
"_native": "",
|
||||
"_effectAsset": {
|
||||
"__uuid__": "90211f16-c00e-4c37-a192-43ec50c9ea35"
|
||||
},
|
||||
"_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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user