Elo system update

This commit is contained in:
2026-04-29 13:10:00 +07:00
parent ed86fface3
commit 1222d39fdf
25 changed files with 462 additions and 293 deletions

View File

@@ -230,7 +230,7 @@ namespace Hallucinate.UI
.OnComplete(() => _ribbon.style.display = DisplayStyle.None);
}
public void Update()
public override void Update()
{
if (Input.GetAxis("Mouse X") != 0 || Input.GetAxis("Mouse Y") != 0 || Input.anyKey)
{