Unify mixin names (#1114)

This commit is contained in:
Lukas Klingsbo
2021-11-18 08:48:31 +01:00
committed by GitHub
parent 85caf463f4
commit 795264edbf
31 changed files with 55 additions and 54 deletions

View File

@ -11,7 +11,7 @@ import 'package:flame/palette.dart';
enum Shapes { circle, rectangle, polygon }
class SimpleShapesExample extends FlameGame with HasTappableComponents {
class SimpleShapesExample extends FlameGame with HasTappables {
static const description = '''
An example which adds random shapes on the screen when you tap it, if you
tap on an already existing shape it will remove that shape and replace it