feat: pr suggestion

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

@ -8,8 +8,9 @@ import 'package:sandbox/common/common.dart';
class ScoreTextEffectBasicGame extends BasicGame with TapDetector {
static const info = '''
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();

Loading…
Cancel
Save