canvas anchors and static ui

This commit is contained in:
2023-03-23 19:11:36 +01:00
parent d3db146c91
commit cfd5443363
8 changed files with 485 additions and 101 deletions

View File

@@ -38,6 +38,7 @@ public class jatekmanager : MonoBehaviour
private void Awake()
{
Application.targetFrameRate = 60;
Instance = this;
db = FindObjectOfType<DatabaseData>();
usernameHandler = FindObjectOfType<UsernameHandler>();