bingo b面修改
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using BingoBrain.Core;
|
||||
using BingoBrain.HotFix;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BingoBrain
|
||||
{
|
||||
@@ -71,8 +72,12 @@ namespace BingoBrain
|
||||
ui.com_avatar.loader_flag.visible = false;
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
ui.visible = false;
|
||||
ui.x -= 250;
|
||||
// ui.visible = false;
|
||||
// ui.x -= 250;
|
||||
}
|
||||
if (Screen.safeArea.y != 0)
|
||||
{
|
||||
ui.top_group.y=-90;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user