Merge branch 'feat/game-over-mechanics' of github.com:VGVentures/pinball into feat/game-over-mechanics

pull/9/head
Erick Zanardo 4 years ago
commit 45a5b5c320

@ -7,6 +7,7 @@ class PinballGame extends Forge2DGame with FlameBloc {
add(Ball(position: ballStartingPosition));
}
// TODO(erickzanardo): Change to the plumber position
late final ballStartingPosition = screenToWorld(
Vector2(
camera.viewport.effectiveSize.x / 2,

Loading…
Cancel
Save