Changeset 10466 in orxonox.OLD for trunk/src/world_entities/scrolling_screen.h
- Timestamp:
- Jan 28, 2007, 10:27:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/scrolling_screen.h
r10464 r10466 35 35 void setSpeed(float speed) { this->scrollingSpeed = speed; } 36 36 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; } 38 39 39 40 virtual void tick (float time);
Note: See TracChangeset
for help on using the changeset viewer.