mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-09-24 08:14:36 +00:00
[engine] [cocos2d-x] [jsb-adapter] 适配引擎 v2.4.13 版本
This commit is contained in:
@@ -43,6 +43,7 @@ let LabelOutline = cc.Class({
|
||||
extends: require('./CCComponent'),
|
||||
editor: CC_EDITOR && {
|
||||
menu: 'i18n:MAIN_MENU.component.renderers/LabelOutline',
|
||||
help: 'i18n:COMPONENT.help_url.labelOutline',
|
||||
executeInEditMode: true,
|
||||
requireComponent: cc.Label,
|
||||
},
|
||||
|
@@ -43,6 +43,7 @@ let LabelShadow = cc.Class({
|
||||
extends: require('./CCComponent'),
|
||||
editor: CC_EDITOR && {
|
||||
menu: 'i18n:MAIN_MENU.component.renderers/LabelShadow',
|
||||
help: 'i18n:COMPONENT.help_url.labelShadow',
|
||||
executeInEditMode: true,
|
||||
requireComponent: cc.Label,
|
||||
},
|
||||
|
Reference in New Issue
Block a user