fix: moved up boundary bottom to avoid line separation between dino bottom wall

pull/203/head
RuiAlonso 3 years ago
parent f15ca10122
commit 90d394856f

@ -79,7 +79,7 @@ class _BottomBoundarySpriteComponent extends SpriteComponent with HasGameRef {
this.sprite = sprite; this.sprite = sprite;
size = sprite.originalSize / 10; size = sprite.originalSize / 10;
anchor = Anchor.center; anchor = Anchor.center;
position = Vector2(-5.4, 55.8); position = Vector2(-5.4, 55.6);
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 KiB

After

Width:  |  Height:  |  Size: 466 KiB

Loading…
Cancel
Save