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}); BasicBallGame({required this.color});
static const info = ''' static const info = '''
Basic example of how a Ball works, tap anywhere on the Basic example of how a Ball works.
screen to spawn a ball into the game.
Tap anywhere on the screen to spawn a ball into the game.
'''; ''';
final Color color; final Color color;

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

Loading…
Cancel
Save