mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Tweak effect / spell animation speed
After reducing the value by half effect / spell projectile speed is really close to original H3 compared to other actions on same speed setting.
This commit is contained in:
@@ -115,7 +115,7 @@ float AnimationControls::getProjectileSpeed()
|
||||
|
||||
float AnimationControls::getSpellEffectSpeed()
|
||||
{
|
||||
return settings["battle"]["animationSpeed"].Float() * 60;
|
||||
return settings["battle"]["animationSpeed"].Float() * 30;
|
||||
}
|
||||
|
||||
float AnimationControls::getMovementDuration(const CCreature * creature)
|
||||
|
Reference in New Issue
Block a user