Commit 6db75ee4 authored by Tt's avatar Tt

区域缩小

parent b3c1211b
...@@ -1461,8 +1461,8 @@ ...@@ -1461,8 +1461,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 900, "width": 700,
"height": 700 "height": 500
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1474,7 +1474,7 @@ ...@@ -1474,7 +1474,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-28.536, -28.536,
-390.472, -420.6680000000001,
0, 0,
0, 0,
0, 0,
...@@ -1512,7 +1512,7 @@ ...@@ -1512,7 +1512,7 @@
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 840.472, "_top": 840.472,
"_bottom": 59.52800000000002, "_bottom": 129.33199999999994,
"_verticalCenter": 0, "_verticalCenter": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
......
...@@ -262,7 +262,7 @@ cc.Class({ ...@@ -262,7 +262,7 @@ cc.Class({
return; return;
} }
const rectOption = optionNode.getBoundingBox(); const rectOption = optionNode.getBoundingBox();
const tartRect = cc.rect(0, 0, box.width, box.height) const tartRect = cc.rect(box.x - box.width / 2, box.y, box.width, box.height)
if (!cc.Intersection.rectRect(tartRect, rectOption)) { if (!cc.Intersection.rectRect(tartRect, rectOption)) {
cc.tween(optionNode) cc.tween(optionNode)
......
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