This commit is contained in:
parent
b8d08e6ded
commit
56a8006029
10 changed files with 109 additions and 25 deletions
|
@ -47,6 +47,17 @@ public:
|
|||
void enter(class CPlayerModeBase *_playerMode);
|
||||
void think(class CPlayerModeBase *_playerMode);
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
BUBBLE_SPAWNDELAY=20,
|
||||
BUBBLE_XOFF=-10,
|
||||
BUBBLE_YOFF=-35,
|
||||
BUBBLE_W=20,
|
||||
BUBBLE_H=10,
|
||||
};
|
||||
|
||||
int m_breatheDelayFrames;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue