Changeset 8009 in orxonox.OLD for branches/gui/src/story_entities/simple_game_menu.cc
- Timestamp:
- May 31, 2006, 1:33:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r8008 r8009 116 116 OrxGui::GLGuiImage* image = new OrxGui::GLGuiImage(); 117 117 image->show(); 118 image->loadImageFromFile( "death_screen.png" ); 118 119 image->setWidgetSize(200, 200); 119 120 image->setAbsCoor2D(300, 300);
Note: See TracChangeset
for help on using the changeset viewer.