From 701d89d8a3c10d2fe72c6e45958dbfc4e282e3e8 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 27 Feb 2019 18:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B6=E9=83=A8=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E8=8F=9C=E5=8D=95=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/topMenuContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/topMenuContent.js b/assets/scripts/topMenuContent.js index 4b72223..6415512 100644 --- a/assets/scripts/topMenuContent.js +++ b/assets/scripts/topMenuContent.js @@ -19,7 +19,7 @@ cc.Class({ btn.getComponent('topMenuBtn').selected = i === 0; this.btns.push(btn); this.node.addChild(btn); - let y = 400 - 120 * i; + let y = 350 - 120 * i; btn.setPosition(cc.v2(0, y)); } },