From abdc69981378ce0cdd17b5bc9a2c18f82dfe5ba5 Mon Sep 17 00:00:00 2001 From: yanglinbo Date: Wed, 6 Jul 2016 16:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Script/main.js b/assets/Script/main.js index ae526e4..8980db3 100644 --- a/assets/Script/main.js +++ b/assets/Script/main.js @@ -676,7 +676,7 @@ cc.Class({ var ctNode = new cc.Node(); var ctChip = ctNode.addComponent(cc.Sprite); ctNode.parent = node; - ctNode.setPosition(0, -60); + ctNode.setPosition(0, -80); //显示当前的筹码数 var seat_chips_node = cc.find("Canvas/table_bg/seat_"+sit+"/chips"); @@ -688,7 +688,7 @@ cc.Class({ var lbChip = lbNode.addComponent(cc.Sprite); lbChip.spriteFrame = this.GameMain.getSpriteFrame('game_endhand'); lbNode.parent = node; - lbNode.setPosition(0, 60); + lbNode.setPosition(0, 80); //营收文字 var lbbNode = new cc.Node(); var lbb = lbbNode.addComponent(cc.Label);