This commit is contained in:
2025-12-05 17:10:28 +09:00
parent d7cd938403
commit df33a78e4f
2 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@ class BattleAnimationWidgetState extends State<BattleAnimationWidget>
_scaleAnimation = Tween<double>(
begin: 1.0,
end: 1.2,
end: 2.0,
).animate(CurvedAnimation(parent: _scaleController, curve: Curves.easeOut));
// Default translation, will be updated on animateAttack