mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-25 11:18:30 +00:00
更新版本号至 2.2.0
This commit is contained in:
parent
3f71c91904
commit
22941a3c1f
@ -1,3 +1,3 @@
|
|||||||
Cocos Enhance Kit v2.1.0 引擎源码
|
Cocos Enhance Kit v2.2.0 引擎源码
|
||||||
|
|
||||||
适配 v2.4.13 引擎
|
适配 v2.4.13 引擎
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.0
|
2.2.0
|
@ -1 +1 @@
|
|||||||
2.1.0
|
2.2.0
|
@ -1 +1 @@
|
|||||||
2.1.0
|
2.2.0
|
@ -57235,7 +57235,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
cc.sp = {
|
cc.sp = {
|
||||||
inited: false,
|
inited: false,
|
||||||
version: "2.1.0",
|
version: "2.2.0",
|
||||||
MAX_MULTITEXTURE_NUM: -1,
|
MAX_MULTITEXTURE_NUM: -1,
|
||||||
autoSwitchMaterial: true,
|
autoSwitchMaterial: true,
|
||||||
allowDynamicAtlas: true,
|
allowDynamicAtlas: true,
|
||||||
|
@ -56928,7 +56928,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
cc.sp = {
|
cc.sp = {
|
||||||
inited: false,
|
inited: false,
|
||||||
version: "2.1.0",
|
version: "2.2.0",
|
||||||
MAX_MULTITEXTURE_NUM: -1,
|
MAX_MULTITEXTURE_NUM: -1,
|
||||||
autoSwitchMaterial: true,
|
autoSwitchMaterial: true,
|
||||||
allowDynamicAtlas: true,
|
allowDynamicAtlas: true,
|
||||||
|
@ -8,7 +8,7 @@ cc.sp = {
|
|||||||
/**
|
/**
|
||||||
* 版本号
|
* 版本号
|
||||||
*/
|
*/
|
||||||
version: "2.1.0",
|
version: "2.2.0",
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 最大纹理插槽数量
|
* 最大纹理插槽数量
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "enhance-kit",
|
"name": "enhance-kit",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "This extension provides support for cocos enhance kit.",
|
"description": "This extension provides support for cocos enhance kit.",
|
||||||
"author": "SmallMain",
|
"author": "SmallMain",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.0
|
2.2.0
|
Loading…
Reference in New Issue
Block a user