feat: pr suggestion

pull/170/head
Erick Zanardo 4 years ago
parent fc4dcd9186
commit d854f2dc43

@ -7,9 +7,10 @@ import 'package:sandbox/common/common.dart';
class ScoreTextEffectBasicGame extends BasicGame with TapDetector { class ScoreTextEffectBasicGame extends BasicGame with TapDetector {
static const info = ''' static const info = '''
Simple game to show how score text effects works, Simple game to show how score text effects works,
simply tap on the screen to spawn an effect on the given location.
'''; Tap anywhere on the screen to spawn an effect on the given location.
''';
final random = Random(); final random = Random();

Loading…
Cancel
Save