fixed configuration box size
This commit is contained in:
parent
f835be8e82
commit
bcdca61f36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue