Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4647 in orxonox.OLD for orxonox/trunk/src/subprojects/framework.cc


Ignore:
Timestamp:
Jun 17, 2005, 12:12:11 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor update with the brightness of the background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/framework.cc

    r4636 r4647  
    184184            this->printHelp();
    185185            break;
    186           case SDLK_l:
     186          case SDLK_c:
    187187            for (int i = 0; i < 3; i++)
    188188              {
     
    193193              }
    194194            break;
    195           case SDLK_1:
     195          case SDLK_x:
    196196            for (int i = 0; i < 3; i++)
    197197              {
     
    283283  PRINT(0)("z - zoom out\n");
    284284  PRINT(0)("r - reset camera position\n");
    285   PRINT(0)("1 - background color darker\n");
    286   PRINT(0)("2 - background color brighter\n");
     285  PRINT(0)("x - background color darker\n");
     286  PRINT(0)("c - background color brighter\n");
    287287
    288288
Note: See TracChangeset for help on using the changeset viewer.