Update lib/game/components/jetpack_ramp.dart

Co-authored-by: Erick <erickzanardoo@gmail.com>
pull/40/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 935c362ea8
commit beda44b19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,7 @@ class JetpackRamp extends PositionComponent with HasGameRef<PinballGame> {
/// {@macro jetpack_ramp}
JetpackRamp({
required Vector2 position,
}) : _position = position,
super();
}) : _position = position;
final double _radius = 200;
final double _width = 80;

Loading…
Cancel
Save