mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 14:44:17 +00:00
...
This commit is contained in:
parent
d59c2c7ede
commit
08ccd6f9ee
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue