Changeset 7908 in orxonox.OLD for branches/gui/src
- Timestamp:
- May 27, 2006, 3:18:24 PM (19 years ago)
- Location:
- branches/gui/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_inputline.cc
r7900 r7908 52 52 this->text.setRelCoor2D(4,4); 53 53 this->text.setFont("fonts/final_frontier.ttf", 20); 54 55 this->setText("SUPERTEST");56 54 } 57 55 -
branches/gui/src/story_entities/simple_game_menu.cc
r7901 r7908 80 80 81 81 OrxGui::GLGuiInputLine* input = new OrxGui::GLGuiInputLine(); 82 input->setText("input some text here"); 82 83 input->show(); 83 84 input->setAbsCoor2D(200, 230);
Note: See TracChangeset
for help on using the changeset viewer.