升级引擎到 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,28 @@
{
"__type__": "cc.Material",
"_name": "loading-style-1",
"_objFlags": 0,
"_native": "",
"_effectAsset": {
"__uuid__": "aa3b729c-fb16-4293-8789-8b7f36e017f1"
},
"_techniqueIndex": 0,
"_techniqueData": {
"0": {
"defines": {
"USE_TEXTURE": true,
"USE_LOADING_STYLE": true,
"USE_ANTI_ALIAS": true
},
"props": {
"u_arc_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
}
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"ver": "1.0.3",
"uuid": "297af3e9-5fd3-41ec-9005-ae50b366f81c",
"dataAsSubAsset": null,
"subMetas": {}
}