update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user