This commit is contained in:
2026-06-04 15:09:55 +08:00
parent 50f7c979f2
commit 8f482df1d5
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ 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);
Debug.Log("barry offset_y: " + offset_y + " offset_y1: " + offset_y1);
float top_offset = 150;//fgui中的顶部信息的高度
float buttom_offset = 0;
if (Screen.safeArea.y != 0)