bug修改
This commit is contained in:
@@ -88,8 +88,8 @@ namespace BingoBrain
|
||||
int offset_y = ConfigSystem.GetConfig<CommonModel>().WVOffset[0];
|
||||
int offset_y1 = ConfigSystem.GetConfig<CommonModel>().WVOffset[1];
|
||||
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
|
||||
float top_offset = 0;//fgui中的顶部信息的高度
|
||||
float buttom_offset = 157;
|
||||
float top_offset = 150;//fgui中的顶部信息的高度
|
||||
float buttom_offset = 0;
|
||||
if (Screen.safeArea.y != 0)
|
||||
{//刘海屏
|
||||
top_offset += Screen.safeArea.y;
|
||||
|
||||
Reference in New Issue
Block a user