Commit 718d3a77 authored by limingzhe's avatar limingzhe

fix: 去掉debug

parent c52fc96b
No preview for this file type
{"ver":"1.1.2","uuid":"a57ce09d-39f7-4799-a8a5-2225821f089e","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}} {
\ No newline at end of file "ver": "1.1.2",
"uuid": "a57ce09d-39f7-4799-a8a5-2225821f089e",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -467,7 +467,7 @@ cc.Class({ ...@@ -467,7 +467,7 @@ cc.Class({
initView() { initView() {
// this.initBg(); this.initBg();
this.initHotZone(); this.initHotZone();
this.initDebugLayer(); this.initDebugLayer();
...@@ -528,8 +528,6 @@ cc.Class({ ...@@ -528,8 +528,6 @@ cc.Class({
cat.parent.zIndex = 10; cat.parent.zIndex = 10;
this.cat = cat; this.cat = cat;
cat.x -= this.canvas.width / 2;
this.canTouch = false; this.canTouch = false;
this.playCatAudio(this.data.begin_audio_url, () => { this.playCatAudio(this.data.begin_audio_url, () => {
this.canTouch = true; this.canTouch = true;
......
No preview for this file type
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