Game UI ready

This commit is contained in:
Mausham
2025-12-15 17:49:08 -08:00
parent 0ea929bd20
commit f4c55dec05
325 changed files with 28015 additions and 360 deletions

View File

@@ -8,9 +8,9 @@ public class GameScreenView : MonoBehaviour
public Button pauseBtn;
[SerializeField] private TextMeshProUGUI scoreText;
private void Start()
public void UpdateScore(int score)
{
gameScreen.SetActive(false);
scoreText.text = score.ToString();
}
public void Show()