Skip to content

Commit

Permalink
提交
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglinbo committed Jul 6, 2016
1 parent f800c59 commit abdc699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/Script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -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);
Expand Down

0 comments on commit abdc699

Please sign in to comment.