fix: moved `DinoWalls` slightly to the right (#164)

* fix: placed right some moved sprites

* fix: added renderBody removed
pull/167/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 51b7f478af
commit d7216bbe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@ class _DinoTopWallSpriteComponent extends SpriteComponent with HasGameRef {
);
this.sprite = sprite;
size = sprite.originalSize / 10;
position = Vector2(27, -28.2);
position = Vector2(22, -41.8);
}
}
@ -215,6 +215,6 @@ class _DinoBottomWallSpriteComponent extends SpriteComponent with HasGameRef {
);
this.sprite = sprite;
size = sprite.originalSize / 10;
position = Vector2(31.7, 18);
position = Vector2(23.8, -9.5);
}
}

@ -140,9 +140,9 @@ class _SpaceshipRampBackgroundRampSpriteComponent extends SpriteComponent
Assets.images.spaceship.ramp.main.keyName,
);
this.sprite = sprite;
size = Vector2(38.3, 35.1);
size = sprite.originalSize / 10;
anchor = Anchor.center;
position = Vector2(-12.2, -543.5);
position = Vector2(-12.2, -53.5);
}
}

Loading…
Cancel
Save