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() final bodyDef = BodyDef()
..userData = this ..userData = this
..position = initialPosition ..position = initialPosition
..angle = 90 * pi /172 ..angle = 90 * pi / 172
..type = BodyType.static; ..type = BodyType.static;
return world.createBody(bodyDef) return world.createBody(bodyDef)

Loading…
Cancel
Save