Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10466 in orxonox.OLD for trunk/src/world_entities/scrolling_screen.h


Ignore:
Timestamp:
Jan 28, 2007, 10:27:14 PM (18 years ago)
Author:
patrick
Message:

better implementation, scalable in both dim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/scrolling_screen.h

    r10464 r10466  
    3535  void setSpeed(float speed) { this->scrollingSpeed = speed; }
    3636  void setViewHeight(float height) { this->viewHeight = height; }
    37   void setSize(float xSize, float ySize) { this->xSize = xSize; this->ySize = ySize; }
     37  void setSizeY(float ySize) { this->ySize = ySize; }
     38  void setSizeX(float xSize) { this->xSize = xSize; }
    3839
    3940  virtual void tick (float time);
Note: See TracChangeset for help on using the changeset viewer.