Changeset 8016 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- May 31, 2006, 11:09:27 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r8013 r8016 117 117 OrxGui::GLGuiBox* imageSelector = new OrxGui::GLGuiBox(); 118 118 { 119 120 119 image = new OrxGui::GLGuiImage(); 121 image->setWidgetSize( 200, 200);120 image->setWidgetSize(300, 300); 122 121 image->setAbsCoor2D(300, 300); 123 122 imageSelector->pack(image);
Note: See TracChangeset
for help on using the changeset viewer.