mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-15 11:46:56 +02:00
Tweak creature spell projectile start position
* need more finetuning
This commit is contained in:
parent
04202eb030
commit
0612042928
@ -1246,9 +1246,10 @@ void CBattleInterface::spellCast( const BattleSpellCast * sc )
|
|||||||
casterCreatureName = casterStack->type->namePl;
|
casterCreatureName = casterStack->type->namePl;
|
||||||
|
|
||||||
srccoord = CClickableHex::getXYUnitAnim(casterStack->position, casterStack, this);
|
srccoord = CClickableHex::getXYUnitAnim(casterStack->position, casterStack, this);
|
||||||
|
srccoord.x += 250;
|
||||||
|
srccoord.y += 240;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: play custom cast animation
|
//TODO: play custom cast animation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user