|
|
@ -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();
|
|
|
|
|
|
|
|
|
|
|
|