Exemplo n.º 1
0
    void Start()
    {
        HiveBG hiveBG = GetComponentInChildren <HiveBG>();

        hiveBG.ShowList((int)PosMgr.Y_HALF_COUNT, (int)PosMgr.X_HALF_COUNT);
        hiveBG.DestroyList(-3, 3, 4, -3);
        hiveBG.DestroyListItem(-2, 4);
        hiveBG.DestroyListItem(-1, 4);
        hiveBG.DestroyListItem(0, 4);
        hiveBG.DestroyListItem(1, 4);
        hiveBG.DestroyListItem(2, 4);

        PosMgr.SetCellPos(closeBtn.transform, 3, 5);
    }
Exemplo n.º 2
0
    void Start()
    {
        HiveBG hiveBG = GetComponentInChildren <HiveBG>();

        hiveBG.ShowList(-5, 5, -7, 7, 0.95f);
    }