Commit f3bcc7bd authored by liujiaxin's avatar liujiaxin

feat: add native fn flag

parent 98a8eb7b
......@@ -581,7 +581,7 @@ cc.Class({
const gs = groundBg.getComponent(cc.Sprite);
gs.spriteFrame = sf;
groundBg.active = true;
});
let dbCount = 0;
let finishDbCount = 0
for(const block of this.data.hotZoneItemArr) {
......@@ -655,6 +655,8 @@ cc.Class({
}
}
}
});
// console.log(this.data);
console.log('resource perload finish');
......
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