初步实现描边
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
},
|
||||
"_defines": {
|
||||
"USE_TEXTURE": true,
|
||||
"USE_ALPHA_TEST": false,
|
||||
"SHOW_OUT_LINE": true
|
||||
},
|
||||
"_props": {
|
||||
@@ -15,10 +16,10 @@
|
||||
"outlineColor": {
|
||||
"__type__": "cc.Vec4",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"w": 1
|
||||
},
|
||||
"outlineSize": 0.01
|
||||
"outlineSize": 0.02
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user