升级引擎到 2.3.3 加入shader实现的loading动画

This commit is contained in:
caizhitao
2020-04-10 10:10:15 +08:00
parent bb91c36ad2
commit 0ce2ef7bb5
37 changed files with 957 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
const { ccclass, property } = cc._decorator;
@ccclass
export default class LoadingStyleEffect1Scene extends cc.Component {
onLoad() {
// 关闭动态合图
cc.dynamicAtlasManager.enabled = false;
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.0.8",
"uuid": "9ed1d40f-ddb0-474b-b773-31b23129b8a5",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}