Cleaned up my phasebar code and merged it into the overall item selection code
This commit is contained in:
@@ -13,12 +13,16 @@ protected:
|
||||
float animation;
|
||||
int currentState;
|
||||
WFont * mFont;
|
||||
static MTGGamePhase* instance;
|
||||
|
||||
public:
|
||||
MTGGamePhase(int id);
|
||||
static MTGGamePhase* GetInstance() { return instance; };
|
||||
virtual void Update(float dt);
|
||||
bool CheckUserInput(JButton key);
|
||||
virtual MTGGamePhase * clone() const;
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
bool NextGamePhase();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user