|
|
@ -114,12 +114,11 @@ class _FlapperExit extends LayerSensor {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@visibleForTesting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// {@template flap_sprite_animation_component}
|
|
|
|
/// {@template flap_sprite_animation_component}
|
|
|
|
/// Flap suspended between supports that animates to let the [Ball] exit the
|
|
|
|
/// Flap suspended between supports that animates to let the [Ball] exit the
|
|
|
|
/// [LaunchRamp].
|
|
|
|
/// [LaunchRamp].
|
|
|
|
/// {@endtemplate}
|
|
|
|
/// {@endtemplate}
|
|
|
|
|
|
|
|
@visibleForTesting
|
|
|
|
class FlapSpriteAnimationComponent extends SpriteAnimationComponent
|
|
|
|
class FlapSpriteAnimationComponent extends SpriteAnimationComponent
|
|
|
|
with HasGameRef, ZIndex {
|
|
|
|
with HasGameRef, ZIndex {
|
|
|
|
/// {@macro flap_sprite_animation_component}
|
|
|
|
/// {@macro flap_sprite_animation_component}
|
|
|
|