|
|
@ -15,7 +15,6 @@ class Board extends Component {
|
|
|
|
final bottomGroup = _BottomGroup();
|
|
|
|
final bottomGroup = _BottomGroup();
|
|
|
|
|
|
|
|
|
|
|
|
final flutterForest = FlutterForest();
|
|
|
|
final flutterForest = FlutterForest();
|
|
|
|
final sparkyFireZone = SparkyFireZone();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO(alestiago): adjust positioning to real design.
|
|
|
|
// TODO(alestiago): adjust positioning to real design.
|
|
|
|
final dino = ChromeDino()
|
|
|
|
final dino = ChromeDino()
|
|
|
@ -28,7 +27,6 @@ class Board extends Component {
|
|
|
|
bottomGroup,
|
|
|
|
bottomGroup,
|
|
|
|
dino,
|
|
|
|
dino,
|
|
|
|
flutterForest,
|
|
|
|
flutterForest,
|
|
|
|
sparkyFireZone,
|
|
|
|
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|