Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9015 in orxonox.OLD for trunk/src/story_entities/menu/game_menu.cc


Ignore:
Timestamp:
Jul 2, 2006, 3:04:20 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: text-field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/menu/game_menu.cc

    r9014 r9015  
    251251    this->optionsBox = new OrxGui::GLGuiBox();
    252252    {
     253      OrxGui::GLGuiTextfield* WARNtext = new OrxGui::GLGuiTextfield();
     254      WARNtext->setText("PLEASE USE THE EXTERNAL GUI\n FOR ORXONOX CONFIGURATION\n (start with './orxonox -g')");
     255      optionsBox->pack(WARNtext);
     256
     257
    253258      OrxGui::GLGuiButton* generalButton = new OrxGui::GLGuiPushButton("General");
    254259      optionsBox->pack(generalButton);
Note: See TracChangeset for help on using the changeset viewer.