Update packages/pinball_components/lib/src/components/spaceship.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/101/head
Erick 4 years ago committed by Erick Zanardo
parent c783af56b0
commit 4a6eb4f215

@ -205,6 +205,7 @@ class SpaceshipWallShape extends ChainShape {
createChain(
[
// TODO(alestiago): Try converting this logic to radian.
for (var angle = 20; angle <= 340; angle++)
Vector2(
minorRadius * cos(angle * pi / 180),

Loading…
Cancel
Save