1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Merge pull request #561 from vcmi/dydzio0614-patch-1

Tweak effect / spell animation speed
This commit is contained in:
Alexander Shishkin
2019-03-24 10:21:56 +03:00
committed by GitHub

View File

@@ -115,7 +115,7 @@ float AnimationControls::getProjectileSpeed()
float AnimationControls::getSpellEffectSpeed() float AnimationControls::getSpellEffectSpeed()
{ {
return settings["battle"]["animationSpeed"].Float() * 60; return settings["battle"]["animationSpeed"].Float() * 30;
} }
float AnimationControls::getMovementDuration(const CCreature * creature) float AnimationControls::getMovementDuration(const CCreature * creature)