feat: added board priority

pull/107/head
alestiago 4 years ago
parent 7c57f0340c
commit b89e076bd8

@ -6,7 +6,8 @@ import 'package:pinball/game/game.dart';
/// {endtemplate} /// {endtemplate}
class Board extends Component { class Board extends Component {
/// {@macro board} /// {@macro board}
Board(); // TODO(alestiago): Make Board a Blueprint and sort out priorities.
Board() : super(priority: 5);
@override @override
Future<void> onLoad() async { Future<void> onLoad() async {

Loading…
Cancel
Save