feat: better spaceship hole area (#109)

* feat: improving the spaceship hole area

* fix: lint

* feat: improved wall area for the spaceship

* fix: lint
pull/112/head
Erick 4 years ago committed by GitHub
parent dd88114d1c
commit e7ba6dc91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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