加入测试图

This commit is contained in:
caizhitao
2020-06-23 14:48:50 +08:00
parent 83aeff8ac5
commit 97d4af5d69
4 changed files with 168 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"__type__": "cc.Material",
"_name": "New Material",
"_name": "sprite-glow-inner-v2",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
@@ -12,6 +12,16 @@
"defines": {
"USE_TEXTURE": true,
"SHOW_INNER_GLOW": true
},
"props": {
"glowColorSize": 0.1,
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 0,
"b": 87,
"a": 255
}
}
}
}