Commit 8abad6d8 authored by limingzhe's avatar limingzhe

fix: debug

parent 98f97709
...@@ -124,8 +124,9 @@ cc.Class({ ...@@ -124,8 +124,9 @@ cc.Class({
preload() { preload() {
const preloadArr = this._imageResList.concat(this._audioResList).concat(this._animaResList); const preloadArr = this._imageResList.concat(this._audioResList).concat(this._animaResList);
console.log(' in preload preloadArr: ', preloadArr);
cc.assetManager.loadAny(preloadArr, null, null, (err, data) => { cc.assetManager.loadAny(preloadArr, null, null, (err, data) => {
// console.log(' preload data, ', data); console.log(' preload data, ', data);
this.addServerListener(); this.addServerListener();
......
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