This commit is contained in:
parent
916cdef0aa
commit
a5e3a138c2
14 changed files with 464 additions and 70 deletions
|
@ -38,7 +38,7 @@ class CAnimTestScene : public CScene
|
|||
{
|
||||
public:
|
||||
void init();
|
||||
void shutdown() {}
|
||||
void shutdown() {;}
|
||||
void render();
|
||||
void think(int _frames);
|
||||
int readyToShutdown() {return false;}
|
||||
|
@ -46,7 +46,11 @@ public:
|
|||
|
||||
|
||||
private:
|
||||
class FontBank *m_fontBank;
|
||||
class FontBank *m_font;
|
||||
|
||||
int m_animNumber;
|
||||
int m_animFrame;
|
||||
int m_addonNumber;
|
||||
|
||||
};
|
||||
|
||||
|
@ -55,7 +59,7 @@ private:
|
|||
Globals
|
||||
------- */
|
||||
|
||||
extern CPartyScene PartyScene;
|
||||
extern CAnimTestScene AnimTestScene;
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue