added tutorial, fixed score UI

This commit is contained in:
2024-04-17 09:08:27 +02:00
parent 299d85e236
commit 335905a543
5 changed files with 419 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ public class DishUI : MonoBehaviour
public GameObject _4Stars;
public GameObject _5Stars;
float Timer = 0;
public float MaxTimer = 3;
bool IsVisible = false;
private void Start() {