Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 3:36:20 PM (8 years ago)
Author:
zarron
Message:

Boss now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBGumba.cc

    r11567 r11629  
    6060        changeAllowed_ = true;
    6161        changedOn_ = 0.0;
     62        creator_ = nullptr;
    6263       
    6364    }
     
    9192    }
    9293
    93 
     94    void SOBGumba::setDirection(const bool direction)
     95    {
     96        if(direction)
     97        {
     98            goesRight_=true;
     99        }
     100        else
     101        {
     102            goesRight_=false;
     103        }
     104    }
    94105
    95106    void SOBGumba::tick(float dt)
Note: See TracChangeset for help on using the changeset viewer.