mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-25 13:30:17 +00:00
change window height
This commit is contained in:
parent
6e18f5ba1a
commit
d5e35ec745
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ namespace SanAndreasUnity.UI
|
|||
void Start ()
|
||||
{
|
||||
// adjust rect
|
||||
this.windowRect = GUIUtils.GetCenteredRect(new Vector2(550, 300));
|
||||
this.windowRect = GUIUtils.GetCenteredRect(new Vector2(550, 320));
|
||||
}
|
||||
|
||||
void Update()
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Cell focus is not always assigned on client - it happens when a syncvar for current ped in Player script arrives after Ped.Start()
|
||||
|
||||
- max num players should be configurable
|
||||
- add option to pause spawning, and to set spawn interval
|
||||
|
||||
- display players on minimap
|
||||
|
||||
|
|
Loading…
Reference in a new issue