Adding score another way to do it

I added a new variable GameStatus GameStatus;
Then In the start function, I put: GameStatus = FindObjectOfType();
Then in the DestroyBlock method, I put GameStatus.AddToScore();
Tell me what you think of it

4 Likes

I love it!

I did the same thing.

2 Likes

Privacy & Terms