Changeset 9015 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jul 2, 2006, 3:04:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/menu/game_menu.cc
r9014 r9015 251 251 this->optionsBox = new OrxGui::GLGuiBox(); 252 252 { 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 253 258 OrxGui::GLGuiButton* generalButton = new OrxGui::GLGuiPushButton("General"); 254 259 optionsBox->pack(generalButton);
Note: See TracChangeset
for help on using the changeset viewer.