refactor: uncommented GameHud

pull/303/head
alestiago 3 years ago
parent 2f87500996
commit e58f105a1f

@ -141,7 +141,7 @@ class PinballGameLoadedView extends StatelessWidget {
Positioned(
top: 16,
left: leftMargin,
child: Container(), //const GameHud(),
child: const GameHud(),
),
],
);

Loading…
Cancel
Save