|
|
@ -25,17 +25,17 @@ class AndroidAcres extends Component {
|
|
|
|
)..initialPosition = Vector2(-26, -28.25),
|
|
|
|
)..initialPosition = Vector2(-26, -28.25),
|
|
|
|
AndroidBumper.a(
|
|
|
|
AndroidBumper.a(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
ScoringBehavior(points: Points.twentyThousand),
|
|
|
|
BumperScoringBehavior(points: Points.twentyThousand),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)..initialPosition = Vector2(-25, 1.3),
|
|
|
|
)..initialPosition = Vector2(-25, 1.3),
|
|
|
|
AndroidBumper.b(
|
|
|
|
AndroidBumper.b(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
ScoringBehavior(points: Points.twentyThousand),
|
|
|
|
BumperScoringBehavior(points: Points.twentyThousand),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)..initialPosition = Vector2(-32.8, -9.2),
|
|
|
|
)..initialPosition = Vector2(-32.8, -9.2),
|
|
|
|
AndroidBumper.cow(
|
|
|
|
AndroidBumper.cow(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
ScoringBehavior(points: Points.twentyThousand),
|
|
|
|
BumperScoringBehavior(points: Points.twentyThousand),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)..initialPosition = Vector2(-20.5, -13.8),
|
|
|
|
)..initialPosition = Vector2(-20.5, -13.8),
|
|
|
|
AndroidSpaceshipBonusBehavior(),
|
|
|
|
AndroidSpaceshipBonusBehavior(),
|
|
|
|