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

Loading…
Cancel
Save