bingo b面修改
This commit is contained in:
@@ -134,7 +134,7 @@ namespace BingoBrain
|
||||
Set102();
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
(ui.btn_cash as com_102).gift.selectedIndex = 1;
|
||||
(ui.btn_cash as btn_102).gift.selectedIndex = 1;
|
||||
(ui.btn_ballon as btn_balloon).gift.selectedIndex = 1;
|
||||
|
||||
}
|
||||
@@ -387,7 +387,7 @@ namespace BingoBrain
|
||||
item.scale = Vector2.one;
|
||||
item.alpha = 1;
|
||||
// item.position = new Vector2(5, -140);
|
||||
item.displayObject.gameObject.transform.localPosition = new Vector3(5, -140);
|
||||
item.displayObject.gameObject.transform.localPosition = new Vector3(1100, -42);
|
||||
var localPos = GameHelper.FguiToUnityLocalPot(showComNumPot[4]);
|
||||
|
||||
item.displayObject.gameObject.transform.DOLocalMoveX(localPos.x, aniTime).SetEase(Ease.Linear);
|
||||
|
||||
Reference in New Issue
Block a user