fix: resize menu for better score visibility
This commit is contained in:
parent
7af5036fb1
commit
c095d824ab
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class GBSUGui : MonoBehaviour
|
||||||
{
|
{
|
||||||
private bool menu_shown;
|
private bool menu_shown;
|
||||||
//private string _currentMap;
|
//private string _currentMap;
|
||||||
public Rect gmenu = new(Screen.width / 2, 0, 385f, 590f);
|
public Rect gmenu = new(Screen.width / 2, 0, 385f, 690f);
|
||||||
|
|
||||||
readonly IInputSystem inputSystem = UnityInput.Current;
|
readonly IInputSystem inputSystem = UnityInput.Current;
|
||||||
string serverip = null;
|
string serverip = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue