pull/109/head
Erick Zanardo 4 years ago
parent 76caecfc34
commit c179780a31

@ -238,7 +238,7 @@ class SpaceshipWall extends BodyComponent with InitialPosition, Layered {
final bodyDef = BodyDef()
..userData = this
..position = initialPosition
..angle = 90 * pi /172
..angle = 90 * pi / 172
..type = BodyType.static;
return world.createBody(bodyDef)

Loading…
Cancel
Save