Changeset 7602 for code/branches/lastmanstanding/src/orxonox
- Timestamp:
- Oct 31, 2010, 5:14:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
r7600 r7602 46 46 this->lives=4; 47 47 this->playersAlive=0; 48 this->timeRemaining=1 0.0f;48 this->timeRemaining=15.0f; 49 49 this->respawnDelay=4.0f; 50 50 this->setHUDTemplate("LastmanstandingHUD"); … … 82 82 { 83 83 SetConfigValue(lives, 4); 84 SetConfigValue(timeRemaining, 20.0f);84 SetConfigValue(timeRemaining, 15.0f); 85 85 SetConfigValue(respawnDelay, 4.0f); 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.