refactor(sandbox): rephrased description

pull/102/head
alestiago 4 years ago
parent b80b1a1098
commit b1562317bd

@ -7,8 +7,9 @@ class BasicBallGame extends BasicGame with TapDetector {
BasicBallGame({required this.color});
static const info = '''
Basic example of how a Ball works, tap anywhere on the
screen to spawn a ball into the game.
Basic example of how a Ball works.
Tap anywhere on the screen to spawn a ball into the game.
''';
final Color color;

@ -8,8 +8,9 @@ class BasicLayerGame extends BasicGame with TapDetector {
BasicLayerGame({required this.color});
static const info = '''
Basic example of how layers work with a Ball hitting other components,
tap anywhere on the screen to spawn a ball into the game.
Basic example of how layers work when a Ball hits other components.
Tap anywhere on the screen to spawn a ball into the game.
''';
final Color color;

Loading…
Cancel
Save