mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Unify mixin names (#1114)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user