username handler, timer

This commit is contained in:
2023-03-20 19:56:27 +01:00
parent f0bda9c00b
commit 9d71b525c0
17 changed files with 2253 additions and 77 deletions

View File

@@ -7,9 +7,7 @@ public class menumanager : MonoBehaviour
{
public CinemachineVirtualCamera currentCamera;
// Start is called before the first frame update
void Start()
private void Start()
{
currentCamera.Priority++;
}