fix: slightly increased Kicker's strength

pull/295/head
alestiago 3 years ago
parent 431257f831
commit c963d487b8

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

Loading…
Cancel
Save