|
|
@ -36,7 +36,7 @@ class Kicker extends BodyComponent with InitialPosition {
|
|
|
|
}) : _side = side,
|
|
|
|
}) : _side = side,
|
|
|
|
super(
|
|
|
|
super(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
BumpingBehavior(strength: 20)..applyTo(['bouncy_edge']),
|
|
|
|
BumpingBehavior(strength: 25)..applyTo(['bouncy_edge']),
|
|
|
|
KickerBallContactBehavior()..applyTo(['bouncy_edge']),
|
|
|
|
KickerBallContactBehavior()..applyTo(['bouncy_edge']),
|
|
|
|
KickerBlinkingBehavior(),
|
|
|
|
KickerBlinkingBehavior(),
|
|
|
|
_KickerSpriteGroupComponent(
|
|
|
|
_KickerSpriteGroupComponent(
|
|
|
|