Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2010, 5:14:55 PM (14 years ago)
Author:
jo
Message:

Collisionshapes do not work as intended. Although I followed the structure given in the forum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc

    r7600 r7602  
    4646        this->lives=4;
    4747        this->playersAlive=0;
    48         this->timeRemaining=10.0f;
     48        this->timeRemaining=15.0f;
    4949        this->respawnDelay=4.0f;
    5050        this->setHUDTemplate("LastmanstandingHUD");
     
    8282    {
    8383        SetConfigValue(lives, 4);
    84         SetConfigValue(timeRemaining, 20.0f);
     84        SetConfigValue(timeRemaining, 15.0f);
    8585        SetConfigValue(respawnDelay, 4.0f);
    8686    }
Note: See TracChangeset for help on using the changeset viewer.