Changeset 10598 in orxonox.OLD for branches/cleanup/src
- Timestamp:
- Feb 20, 2007, 6:42:52 PM (18 years ago)
- Location:
- branches/cleanup/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/story_entities/game_world_data.cc
r10593 r10598 205 205 206 206 glmis->setBackgroundImage("textures/load_screens/default.jpg"); 207 glmis->setPosScale(0.0,0.0,1.0,1.0); 208 glmis->setBarImage("textures/load_screens/default_bar.png"); 209 glmis->setBarPosScale(0.65,0.87,0.3,0.05); 210 207 211 this->glmis->setMaximum(8); 208 212 // this->glmis->draw(); -
branches/cleanup/src/world_entities/effects/blink.cc
r10530 r10598 1 1 /* 2 orxonox - the future of 3D-vertical-scrollers 2 3 3 4 Copyright (C) 2006 orx
Note: See TracChangeset
for help on using the changeset viewer.