Exemplo n.º 1
0
    // Use this for initialization
    void Awake()
    {
        //   Screen.fullScreen = true;

        Gm = this;
        Color myColor = new Color32(180, 180, 180, 255);
        // UIImage[0].color = myColor;
    }
Exemplo n.º 2
0
    // Use this for initialization
    void Awake()
    {
        Screen.fullScreen = false;

        Gm = this;
        Color myColor = new Color32(180, 180, 180, 255);

        UIImage[0].color = myColor;
    }
Exemplo n.º 3
0
    // Use this for initialization
    void Awake()
    {
        Screen.fullScreen = false;

        Gm = this;


        Physics2D.IgnoreLayerCollision(0, 1);
    }
Exemplo n.º 4
0
 // Use this for initialization
 void Awake()
 {
     Screen.fullScreen = false;
     Gm = this; // assign object.
 }
Exemplo n.º 5
0
    // Use this for initialization
    void Awake()
    {
        Screen.fullScreen = false;

        Gm = this;
    }