fix: ball getting stuck under dino (#454)

* fix: ball going under dino

* chore: remove debug rendering

* chore: unused import

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
pull/458/head
Allison Ryan 2 years ago committed by GitHub
parent 5007705e82
commit d2dd83ff66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ class _BarrierBehindDino extends BodyComponent {
Body createBody() {
final shape = EdgeShape()
..set(
Vector2(25.3, -14.2),
Vector2(24.2, -14.8),
Vector2(25.3, -7.7),
);

Loading…
Cancel
Save