refactor: fixed typo

pull/68/head
alestiago 4 years ago
parent 9d2fcb1673
commit c079136982

@ -92,11 +92,11 @@ class Kicker extends BodyComponent with InitialPosition {
), ),
); );
final boncyFixtureDef = FixtureDef(bouncyEdge) final bouncyFixtureDef = FixtureDef(bouncyEdge)
// TODO(alestiago): Play with restitution value once game is bundled. // TODO(alestiago): Play with restitution value once game is bundled.
..restitution = 10.0 ..restitution = 10.0
..friction = 0; ..friction = 0;
fixturesDefs.add(boncyFixtureDef); fixturesDefs.add(bouncyFixtureDef);
// TODO(alestiago): Evaluate if there is value on centering the fixtures. // TODO(alestiago): Evaluate if there is value on centering the fixtures.
final centroid = geometry.centroid( final centroid = geometry.centroid(

Loading…
Cancel
Save