Merge branch 'main' into feat/spaceship-drop-tube

pull/79/head
RuiAlonso 4 years ago
commit 66a744c75b

@ -249,7 +249,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