This commit is contained in:
in0finite 2021-05-04 21:28:47 +02:00
parent d59c2c7ede
commit 08ccd6f9ee

View file

@ -25,7 +25,7 @@ namespace SanAndreasUnity.UI {
this.RegisterButtonInPauseMenu ();
// adjust rect
this.windowRect = new Rect(10, Screen.height - 220, 250, 300);
this.windowRect = new Rect(Screen.width * 0.7f, 10, 250, 300);
}