feat: removed Wall friction

pull/48/head
alestiago 4 years ago
parent 7a8f808822
commit 6d58fa3d0d

@ -26,7 +26,7 @@ class Wall extends BodyComponent {
final fixtureDef = FixtureDef(shape)
..restitution = 0.1
..friction = 0.3;
..friction = 0;
final bodyDef = BodyDef()
..userData = this

Loading…
Cancel
Save