chore: removed comments

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

@ -88,7 +88,6 @@ class Backbox extends PositionComponent with ZIndex {
);
},
onNavigate: () {
print("OPEN ${ShareRepository.openSourceUrl}");
openLink(ShareRepository.openSourceUrl);
},
),

@ -42,14 +42,13 @@ class BackboxBloc extends Bloc<BackboxEvent, BackboxState> {
) async {
try {
emit(LoadingState());
/*await _leaderboardRepository.addLeaderboardEntry(
await _leaderboardRepository.addLeaderboardEntry(
LeaderboardEntryData(
playerInitials: event.initials,
score: event.score,
character: event.character.toType,
),
);*/
await Future<void>.delayed(Duration(seconds: 2));
);
emit(
InitialsSuccessState(
initials: event.initials,

@ -71,7 +71,7 @@ class GameOverInfoDisplay extends Component with HasGameRef {
@override
Future<void> onLoad() async {
await super.onLoad();
//gameRef.overlays.add(PinballGame.replayButtonOverlay);
gameRef.overlays.add(PinballGame.replayButtonOverlay);
}
}

Loading…
Cancel
Save