Changeset 8694 in orxonox.OLD for branches/gui/src/story_entities/game_menu.cc
- Timestamp:
- Jun 21, 2006, 11:34:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/game_menu.cc
r8691 r8694 181 181 OrxGui::GLGuiImage* image = new OrxGui::GLGuiImage(); 182 182 image->show(); 183 image->setWidgetSize( 100, 100); 183 image->setWidgetSize( 250, 200); 184 image->setAbsCoor2D(400, 150); 184 185 185 186 printf("%s\n", se->getMenuScreenshoot().c_str());
Note: See TracChangeset
for help on using the changeset viewer.