fix: fixed size and tracing

pull/150/head
RuiAlonso 4 years ago
parent 749b6f295e
commit 76e19c98e6

@ -25,7 +25,7 @@ class SparkyBumper extends BodyComponent with InitialPosition {
inactiveAssetPath: Assets.images.sparkyBumper.a.inactive.keyName,
spriteComponent: SpriteComponent(
anchor: Anchor.center,
position: Vector2(-0.1, -0.2),
position: Vector2(0, -0.1),
),
);
@ -36,7 +36,7 @@ class SparkyBumper extends BodyComponent with InitialPosition {
inactiveAssetPath: Assets.images.sparkyBumper.b.inactive.keyName,
spriteComponent: SpriteComponent(
anchor: Anchor.center,
position: Vector2(-0.1, -0.2),
position: Vector2(0.1, -0.2),
),
);
@ -47,7 +47,7 @@ class SparkyBumper extends BodyComponent with InitialPosition {
inactiveAssetPath: Assets.images.sparkyBumper.c.inactive.keyName,
spriteComponent: SpriteComponent(
anchor: Anchor.center,
position: Vector2(0.2, -0.2),
position: Vector2(0.21, -0.3),
),
);

Loading…
Cancel
Save