From d2dd83ff6679d849f144f5df8c264d986c27f622 Mon Sep 17 00:00:00 2001 From: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> Date: Tue, 10 May 2022 07:59:28 -0500 Subject: [PATCH] fix: ball getting stuck under dino (#454) * fix: ball going under dino * chore: remove debug rendering * chore: unused import Co-authored-by: Alejandro Santiago Co-authored-by: Tom Arra --- lib/game/components/dino_desert/dino_desert.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/dino_desert/dino_desert.dart b/lib/game/components/dino_desert/dino_desert.dart index 1d7b9072..561466fb 100644 --- a/lib/game/components/dino_desert/dino_desert.dart +++ b/lib/game/components/dino_desert/dino_desert.dart @@ -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), );