New graphics and general polish
Also fixed visual pickup bugs Sets up bloom effects and materials UI and ux adjustments/polish
This commit is contained in:
@@ -39,6 +39,9 @@ public class ScoreboardManager : MonoBehaviour
|
||||
//set current score
|
||||
currentScore.text = gm.score.ToString();
|
||||
playerScore = gm.score;
|
||||
|
||||
//disable gamemanager
|
||||
gm.enabled = false;
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
|
||||
Reference in New Issue
Block a user