perf: 新增游戏尺寸异常的提示

This commit is contained in:
知一一 2025-05-26 23:49:36 +08:00
parent 282692219f
commit 0c16ee7d26
1 changed files with 3 additions and 0 deletions

View File

@ -334,6 +334,9 @@ Initialization() {
MsgBox ("缩放比例不为100%,请更改!") MsgBox ("缩放比例不为100%,请更改!")
Pause Pause
} }
if Round(WinRatio) != 1 {
MsgBox ("请按ctrl+3调整游戏尺寸直到没有此提示")
}
} }
/** /**
* g_settings Map GUI . * g_settings Map GUI .