Commit 4771c393 authored by limingzhe's avatar limingzhe

fix: 跳着写 版本

parent 33376618
No preview for this file type
{
"ver": "1.1.2",
"uuid": "e9f579c0-59b7-4567-93ad-5b17f799e827",
"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":"e9f579c0-59b7-4567-93ad-5b17f799e827","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
......@@ -1381,7 +1381,7 @@ cc.Class({
}
writeRect.hitCount++;
if (writeRect.hitCount < 1) {
if (writeRect.hitCount < 2) {
return;
}
......@@ -1991,6 +1991,8 @@ cc.Class({
})
}
this.pushNodePoolArr();
if (!this.canTouch && isPool == false) {
......@@ -2015,7 +2017,6 @@ cc.Class({
this.pushNodePoolArr();
// if (this.debugLayer.parent && this.debugLayer.active) {
// this.debugDrawLayer.removeAllChildren();
......@@ -3282,7 +3283,7 @@ cc.Class({
// const colorRect = this.getColorRect(rect, "purple");
const colorRect = this.getColorDot(centerLoc[0], -centerLoc[1], 0.02, 0.02, 'purple');
const colorRect = this.getColorDot(centerLoc[0], -centerLoc[1], 0.01, 0.01, 'purple');
colorRect.labelText = content;
......
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