e
This commit is contained in:
parent
ec45fa1147
commit
95f1ffc34f
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ using TMPro;
|
|||
public class BroomSweeping : MonoBehaviour
|
||||
{
|
||||
private GameManager gameManager;
|
||||
private PostProcessingManager postProcessingManager;
|
||||
private PostProcessingManager PostProcessingManager;
|
||||
|
||||
// To track how much trash has been collected so far
|
||||
public int dirtSweeped = 0;
|
||||
|
|
|
@ -12,6 +12,7 @@ using UnityEngine.SceneManagement;
|
|||
public class GoToSchool : MonoBehaviour
|
||||
{
|
||||
private GameManager gameManager;
|
||||
public PostProcessingManager PostProcessingManager;
|
||||
|
||||
public CanvasGroup fadeCanvasGroup; // Assign in Inspector
|
||||
public float fadeDuration = 1f; // Duration for fade in/out
|
||||
|
|
Loading…
Add table
Reference in a new issue