Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7019 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.h


Ignore:
Timestamp:
Feb 3, 2006, 4:33:45 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Using TextEngine in the Menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.h

    r6991 r7019  
    1515
    1616
     17#include "elements/text_element.h"
     18
    1719class SimpleGameMenuData;
    1820class TiXmlElement;
     
    2931
    3032  public:
    31     std::vector<ImageEntity*>         menuList;                        //!< the list of the menu items
     33    std::vector<TextElement*>          menuList;                        //!< the list of the menu items
    3234    std::vector<StoryEntity*>         storyList;                       //!< the list of the StoryEntities for the menu
    3335    std::vector<ImageEntity*>         screenshootList;                 //!< list of the screen shoots FIXME: make a better structure for this stuff
     
    7577
    7678    //std::vector<ImageEntity*>         menuList;                        //!< the list of the menu items
    77     ImageEntity*                      menuSelected;                    //!< ref to the selected menu entity
    7879    ImageEntity*                      menuSelector;                    //!< ref to the selector image
    79     ImageEntity*                      menuStartGame;
    80     ImageEntity*                      menuStartMultiplayerGame;
    81     ImageEntity*                      menuQuitGame;
     80    TextElement*                      menuSelected;                    //!< ref to the selected menu entity
     81    TextElement*                      menuStartGame;
     82    TextElement*                      menuStartMultiplayerGame;
     83    TextElement*                      menuQuitGame;
    8284    int                               menuSelectedIndex;
    8385
Note: See TracChangeset for help on using the changeset viewer.