Commit b8c3faf2 authored by yu's avatar yu

文件名称

parent a613a2dc
...@@ -2159,7 +2159,7 @@ ...@@ -2159,7 +2159,7 @@
"_id": "" "_id": ""
}, },
{ {
"__type__": "5c4bbqZzttCdaI5f69Swt5y", "__type__": "7190bPfQq5GEakXw49d6P1O",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
......
{ {
"ver": "1.2.9", "ver": "1.2.9",
"uuid": "06b6bf45-f579-44ce-8887-7f97f17bf3e5", "uuid": "901972e2-3917-4414-86cf-14693d4e0570",
"optimizationPolicy": "AUTO", "optimizationPolicy": "AUTO",
"asyncLoadAssets": false, "asyncLoadAssets": false,
"readonly": false, "readonly": false,
......
...@@ -9926,7 +9926,7 @@ ...@@ -9926,7 +9926,7 @@
"_id": "29zXboiXFBKoIV4PQ2liTe" "_id": "29zXboiXFBKoIV4PQ2liTe"
}, },
{ {
"__type__": "51463L04kdKKphIHfEU9k+2", "__type__": "792d3zw/upLmpe4aLEMufxg",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
...@@ -9934,9 +9934,9 @@ ...@@ -9934,9 +9934,9 @@
}, },
"_enabled": true, "_enabled": true,
"loadingLayerPrefab": { "loadingLayerPrefab": {
"__uuid__": "06b6bf45-f579-44ce-8887-7f97f17bf3e5" "__uuid__": "901972e2-3917-4414-86cf-14693d4e0570"
}, },
"_id": "eaTVUpqahPfZeO9+sUI7RP" "_id": "5eurwr9HZGA4CXs9E7VUFa"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
......
...@@ -173,7 +173,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -173,7 +173,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
const loadingLayerNode = cc.instantiate(this.loadingLayerPrefab); const loadingLayerNode = cc.instantiate(this.loadingLayerPrefab);
loadingLayerBase.addChild(loadingLayerNode); loadingLayerBase.addChild(loadingLayerNode);
this.loadingLayer = loadingLayerNode.getComponent("BoardGame2tree_LoadingLayer"); this.loadingLayer = loadingLayerNode.getComponent("BoardGame_tree_LoadingLayer");
this.loadingLayer.setMaxPlayerNumber(2); this.loadingLayer.setMaxPlayerNumber(2);
this.loadingLayer.onLoadFinished(() => { this.loadingLayer.onLoadFinished(() => {
this.playAudioByUrl(this.data.gameStartAudio); this.playAudioByUrl(this.data.gameStartAudio);
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "514632f4-e247-4a2a-9848-1df114f64fb6", "uuid": "792d3cf0-feea-4b9a-97b8-68b10cb9fc60",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
{ {
"ver": "1.0.8", "ver": "1.0.8",
"uuid": "5c4bba99-cedb-4275-a239-7faf52c2de72", "uuid": "7190b3df-42ae-4611-a917-c38f5de8fd4e",
"isPlugin": false, "isPlugin": false,
"loadPluginInWeb": true, "loadPluginInWeb": true,
"loadPluginInNative": true, "loadPluginInNative": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment