This commit is contained in:
2026-01-29 18:08:29 +05:30
parent 951c4150a0
commit 85ef6fb856
7 changed files with 175 additions and 118 deletions

View File

@@ -62,6 +62,8 @@ public class GameManager : MonoBehaviour
gameInputPanel.triggers.Add(entry);
OnSelectedPuckChanged?.Invoke(null);
Application.targetFrameRate = 100;
}