Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 1:57:58 AM (18 years ago)
Author:
patrick
Message:

network: the background of the menu is now rotating (or the other way around :D )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/simple_game_menu.h

    r6520 r6521  
    1212#include "game_world_data.h"
    1313#include <vector>
     14#include "vector.h"
    1415
    1516
     
    3334
    3435    virtual ErrorMessage init();
     36    virtual ErrorMessage loadData();
     37
    3538    virtual bool start();
    3639    virtual bool stop();
     
    4043
    4144  protected:
     45    virtual void tick();
    4246    virtual void collide();
     47
     48
     49  private:
     50    void animateScene(float dt);
    4351
    4452
     
    5159    ImageEntity*                      menuQuitGame;
    5260    int                               menuSelectedIndex;
     61
     62    Vector                            cameraVector;
    5363};
    5464
Note: See TracChangeset for help on using the changeset viewer.