refactor: renamed stories

pull/381/head
alestiago 3 years ago
parent 92466e4820
commit d0252b05d7

@ -14,7 +14,7 @@ class DashBumperAGame extends BallGame {
);
static const description = '''
Shows how the "a: DashBumper is rendered.
Shows how the "a" DashBumper is rendered.
- Activate the "trace" parameter to overlay the body.
''';

@ -13,17 +13,17 @@ void addFlutterForestStories(Dashbook dashbook) {
gameBuilder: (_) => SignpostGame(),
)
..addGame(
title: 'Big Dash Bumper',
title: 'Main Dash Bumper',
description: DashBumperMainGame.description,
gameBuilder: (_) => DashBumperMainGame(),
)
..addGame(
title: 'Small Dash Bumper A',
title: 'Dash Bumper A',
description: DashBumperAGame.description,
gameBuilder: (_) => DashBumperAGame(),
)
..addGame(
title: 'Small Dash Bumper B',
title: 'Dash Bumper B',
description: DashBumperBGame.description,
gameBuilder: (_) => DashBumperBGame(),
);

Loading…
Cancel
Save