Changeset 7884 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- May 27, 2006, 2:24:51 AM (19 years ago)
- Location:
- branches/gui/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7883 r7884 74 74 rdnpb->show(); 75 75 rdnpb->setAbsCoor2D(200, 180); 76 rdnpb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::quitMenu)); 76 77 77 78 … … 350 351 } 351 352 353 void SimpleGameMenu::quitMenu() 354 { 355 this->setNextStoryID(WORLD_ID_GAMEEND); 356 this->stop(); 357 } 358 352 359 353 360 /** -
branches/gui/src/story_entities/simple_game_menu.h
r7460 r7884 61 61 62 62 63 void startLevel(int level); 64 void quitMenu(); 65 66 void TEST() { printf("TEST\n"); } 67 63 68 protected: 64 69 virtual void tick();
Note: See TracChangeset
for help on using the changeset viewer.