fix: change animation speed to 12fps

pull/287/head
arturplaczek 3 years ago
parent 4159fdf9d4
commit c2fcd7fcc0

@ -126,7 +126,7 @@ class _BonusAnimationState extends State<BonusAnimation>
); );
animation = spriteSheet.createAnimation( animation = spriteSheet.createAnimation(
row: 0, row: 0,
stepTime: 1 / 24, stepTime: 1 / 12,
to: spriteSheet.rows * spriteSheet.columns, to: spriteSheet.rows * spriteSheet.columns,
loop: false, loop: false,
); );

Loading…
Cancel
Save