fixed configuration box size

This commit is contained in:
Kim, Jimin 2021-08-27 23:16:11 +09:00
parent f835be8e82
commit bcdca61f36

View file

@ -122,7 +122,7 @@ namespace WBM
if (this.showConfig) if (this.showConfig)
{ {
GUI.Box( GUI.Box(
new Rect(Screen.width - 340, 80, 320, 285), new Rect(Screen.width - 340, 80, 320, 300),
$@"Configuration $@"Configuration
(LCtrl+Arrow) to move GUI one step at a time (LCtrl+Arrow) to move GUI one step at a time