style: make angle readable

pull/106/head
Allison Ryan 4 years ago
parent cbeae398da
commit 33f8251e87

@ -103,7 +103,7 @@ class Baseboard extends BodyComponent with InitialPosition {
@override @override
Body createBody() { Body createBody() {
const angle = 0.6475; const angle = 37.1 * (math.pi / 180);
final bodyDef = BodyDef() final bodyDef = BodyDef()
..position = initialPosition ..position = initialPosition

Loading…
Cancel
Save