suggestions

pull/393/head
Erick Zanardo 3 years ago
parent dc976e0ad8
commit fdee532998

@ -41,7 +41,7 @@ class InitialsSubmissionFailureDisplay extends Component {
position: Vector2(0, -12), position: Vector2(0, -12),
textRenderer: _bodyTextPaint, textRenderer: _bodyTextPaint,
), ),
TimerComponent(period: 3, onTick: onDismissed), TimerComponent(period: 4, onTick: onDismissed),
]); ]);
} }
} }

@ -374,7 +374,7 @@ void main() {
platformHelper: platformHelper, platformHelper: platformHelper,
); );
await game.pump(backbox); await game.pump(backbox);
game.update(3); game.update(4);
verify( verify(
() => bloc.add( () => bloc.add(

Loading…
Cancel
Save