mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-10-09 09:25:23 +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,
|
||||
},
|
||||
|
@@ -5,6 +5,8 @@ module.exports = {
|
||||
"animation": "https://docs.cocos.com/creator/2.4/manual/en/components/animation.html",
|
||||
"sprite": "https://docs.cocos.com/creator/2.4/manual/en/components/sprite.html",
|
||||
"label": "https://docs.cocos.com/creator/2.4/manual/en/components/label.html",
|
||||
"labelOutline": "https://docs.cocos.com/creator/2.4/manual/en/components/label-outline.html",
|
||||
"labelShadow": "https://docs.cocos.com/creator/2.4/manual/en/components/label-shadow.html",
|
||||
"canvas": "https://docs.cocos.com/creator/2.4/manual/en/components/canvas.html",
|
||||
"spine": "https://docs.cocos.com/creator/2.4/manual/en/components/spine.html",
|
||||
"widget": "https://docs.cocos.com/creator/2.4/manual/en/components/widget.html",
|
||||
|
@@ -5,6 +5,8 @@ module.exports = {
|
||||
"animation": "https://docs.cocos.com/creator/2.4/manual/zh/components/animation.html",
|
||||
"sprite": "https://docs.cocos.com/creator/2.4/manual/zh/components/sprite.html",
|
||||
"label": "https://docs.cocos.com/creator/2.4/manual/zh/components/label.html",
|
||||
"labelOutline": "https://docs.cocos.com/creator/2.4/manual/zh/components/label-outline.html",
|
||||
"labelShadow": "https://docs.cocos.com/creator/2.4/manual/zh/components/label-shadow.html",
|
||||
"canvas": "https://docs.cocos.com/creator/2.4/manual/zh/components/canvas.html",
|
||||
"spine": "https://docs.cocos.com/creator/2.4/manual/zh/components/spine.html",
|
||||
"widget": "https://docs.cocos.com/creator/2.4/manual/zh/components/widget.html",
|
||||
|
@@ -12631,6 +12631,7 @@ var dragonBones;
|
||||
var rawTimeline = rawTimelines_3[_b];
|
||||
this._parseSlotTimeline(rawTimeline);
|
||||
}
|
||||
this._actionFrames.sort((a, b) => { return a.frameStart - b.frameStart; });
|
||||
}
|
||||
if (dragonBones.DataParser.FFD in rawData) {
|
||||
var rawTimelines = rawData[dragonBones.DataParser.FFD];
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cocos-creator-js",
|
||||
"version": "2.4.12",
|
||||
"version": "2.4.13",
|
||||
"description": "Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms.",
|
||||
"homepage": "https://www.cocos.com",
|
||||
"license": "MIT",
|
||||
|
@@ -211,5 +211,5 @@ if (CC_DEV) {
|
||||
* If you post a bug to forum, please attach this flag.
|
||||
* @property {String} ENGINE_VERSION
|
||||
*/
|
||||
const engineVersion = '2.4.12';
|
||||
const engineVersion = '2.4.13';
|
||||
_global['CocosEngine'] = cc.ENGINE_VERSION = engineVersion;
|
||||
|
Reference in New Issue
Block a user