Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10496 in orxonox.OLD


Ignore:
Timestamp:
Jan 30, 2007, 2:27:57 AM (17 years ago)
Author:
bknecht
Message:

correction with the limits on the vertical scroller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r10449 r10496  
    367367  //this->travelDistancePlus = Vector2D(38.0, 43.0);
    368368  //this->travelDistanceMinus = Vector2D(-38.0, -43.0);
    369   this->travelDistancePlus = Vector2D(50,50);
    370   this->travelDistanceMinus = Vector2D(-50,-50);
     369  this->travelDistancePlus = Vector2D(500,500);
     370  this->travelDistanceMinus = Vector2D(-500,-500);
    371371  this->isTravelDistanceInit = true;
    372372  this->actionWidthPercentage = 1;
Note: See TracChangeset for help on using the changeset viewer.