完善描边demo

This commit is contained in:
caizhitao
2019-12-18 23:21:41 +08:00
parent 534ad12fc8
commit 769d2a5c54
5 changed files with 793 additions and 38 deletions

View File

@@ -13,8 +13,8 @@ CCEffect %{
properties:
texture: { value: white }
alphaThreshold: { value: 0.5 }
outlineColor: { value: [1., .0, .0, 1.], editor: { type: color } }
outlineSize: { value: .01 }
outlineColor: { value: [1.0, 0.0, 0.0, 1.0], editor: { type: color } }
outlineSize: { value: 0.01 }
}%