This commit is contained in:
parent
c0db0ca877
commit
354a2ac9e1
1 changed files with 2 additions and 7 deletions
|
@ -228,13 +228,8 @@ private:
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
INVINCIBLE_FRAMES__START=120, // Invincible for this many frames at start of life
|
INVINCIBLE_FRAMES__START=200, // Invincible for this many frames at start of life
|
||||||
INVINCIBLE_FRAMES__HIT=50, // Invincible for this many frames after taking damage
|
INVINCIBLE_FRAMES__HIT=100, // Invincible for this many frames after taking damage
|
||||||
|
|
||||||
LOOKAROUND_DELAY=90, // Frames before look around starts
|
|
||||||
LOOKAROUND_SCROLLSPEED=2, // Speed to scroll at
|
|
||||||
LOOKAROUND_MAXSCROLL=60, // Maximum distance to scroll
|
|
||||||
LOOKAROUND_RESETSPEED=6, // Speed of scroll back when look around ended
|
|
||||||
};
|
};
|
||||||
int m_invincibleFrameCount; // Initial invincibility and also invincibility after taking damage
|
int m_invincibleFrameCount; // Initial invincibility and also invincibility after taking damage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue