Ejemplo n.º 1
0
    //string App_ID = "ca-app-pub-9500067308309897~4743457652";
    //string Interstitial_AD = "ca-app-pub-3940256099942544/1033173712";
    //private InterstitialAd interstitial;


    // Start is called before the first frame update
    void Start()
    {
        instance  = this;
        rigidBody = GetComponent <Rigidbody2D>();
        //shake = GameObject.FindGameObjectWithTag("ScreenShake").GetComponent<Shake>();
        //MobileAds.Initialize(App_ID);
    }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     player = FindObjectOfType <RabbitJump>();
 }