// Start is called before the first frame update
    // void Start() {
    // }

    // Update is called once per frame
    // void Update() {
    //
    // }

    public void Awake()
    {
        scoreL = 0;
        scoreR = 0;

        S = this;
    }
Exemplo n.º 2
0
 public void Awake()
 {
     scoreLeft  = 0;
     scoreRight = 0;
     DisplayScore();
     S = this;
 }