perf: 新增游戏尺寸异常的提示
This commit is contained in:
parent
282692219f
commit
0c16ee7d26
|
@ -334,6 +334,9 @@ Initialization() {
|
|||
MsgBox ("缩放比例不为100%,请更改!")
|
||||
Pause
|
||||
}
|
||||
if Round(WinRatio) != 1 {
|
||||
MsgBox ("请按ctrl+3调整游戏尺寸直到没有此提示!")
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 添加一个与 g_settings Map 关联的复选框到指定的 GUI 对象.
|
||||
|
|
Loading…
Reference in New Issue