Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2012, 4:19:17 PM (12 years ago)
Author:
weigeltm
Message:

updated tower template and more stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/src/modules/towerdefense/Tower.cc

    r9143 r9161  
    5252    void Tower::moveFrontBack(const Vector2& value)
    5353    {
    54         orxout() << "frontBack.x: " << value.x << endl;
     54        //orxout() << "frontBack.x: " << value.x << endl;
    5555    }
    5656       
     
    6363    void Tower::moveRightLeft(const Vector2& value)
    6464    {
    65                 orxout() << "rightLeft.x: " << value.x << endl;
     65                //orxout() << "rightLeft.x: " << value.x << endl;
    6666                /*
    6767        if(!this->delay_)
Note: See TracChangeset for help on using the changeset viewer.