fix: remove overlay for Replay to merge info screen

pull/359/head
RuiAlonso 3 years ago
parent 35e85fbb4f
commit d39af390df

@ -67,12 +67,6 @@ class GameOverInfoDisplay extends Component with HasGameRef {
), ),
], ],
); );
@override
Future<void> onLoad() async {
await super.onLoad();
gameRef.overlays.add(PinballGame.replayButtonOverlay);
}
} }
class _InstructionsComponent extends PositionComponent with HasGameRef { class _InstructionsComponent extends PositionComponent with HasGameRef {

Loading…
Cancel
Save