chore: uncomment score effects

pull/198/head
Allison Ryan 3 years ago
parent 54a237a824
commit 344a2d96c9

@ -38,7 +38,7 @@ class PinballGame extends Forge2DGame
Future<void> onLoad() async {
_addContactCallbacks();
// unawaited(add(ScoreEffectController(this)));
unawaited(add(ScoreEffectController(this)));
unawaited(add(gameFlowController = GameFlowController(this)));
unawaited(add(CameraController(this)));
unawaited(add(Backboard.waiting(position: Vector2(0, -88))));

Loading…
Cancel
Save