fix DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN
This commit is contained in:
@@ -12,7 +12,7 @@ public static class GameConstants
|
||||
|
||||
public const float DEMON_FOLLOW_RADIUS = 1.5f;
|
||||
public const float DEMON_CLOSE_COOLDOWN_ATTACK_RADIUS = 1.75f;
|
||||
public const float DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN = 1.75f;
|
||||
public const float DEMON_CLOSE_COOLDOWN_ATTACK_COOLDOWN = 2.5f;
|
||||
public const float DEMON_CLOSE_COOLDOWN_ATTACK_DAMAGE = 10f;
|
||||
|
||||
public const int IMP_BASE_SCORE = 200;
|
||||
|
||||
Reference in New Issue
Block a user