feat: improved wall area for the spaceship

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

@ -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 / 180 ..angle = 90 * pi /172
..type = BodyType.static; ..type = BodyType.static;
return world.createBody(bodyDef) return world.createBody(bodyDef)

Loading…
Cancel
Save