added tutorial, fixed score UI
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user