added UI dodging nozzle on phones
This commit is contained in:
@@ -51,7 +51,6 @@ public class Platform : MonoBehaviour, IPlatform
|
||||
if(other.CompareTag("Player") && !hasAchievedScore)
|
||||
{
|
||||
hasAchievedScore = true;
|
||||
Debug.Log("Score Increased");
|
||||
IscoreService.AddScore();
|
||||
IaudioController.PlayScoredSound();
|
||||
_particleSystem.Play();
|
||||
|
||||
Reference in New Issue
Block a user