|
|
@ -25,7 +25,7 @@ class SparkyBumper extends BodyComponent with InitialPosition {
|
|
|
|
inactiveAssetPath: Assets.images.sparkyBumper.a.inactive.keyName,
|
|
|
|
inactiveAssetPath: Assets.images.sparkyBumper.a.inactive.keyName,
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
anchor: Anchor.center,
|
|
|
|
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,
|
|
|
|
inactiveAssetPath: Assets.images.sparkyBumper.b.inactive.keyName,
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
anchor: Anchor.center,
|
|
|
|
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,
|
|
|
|
inactiveAssetPath: Assets.images.sparkyBumper.c.inactive.keyName,
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
spriteComponent: SpriteComponent(
|
|
|
|
anchor: Anchor.center,
|
|
|
|
anchor: Anchor.center,
|
|
|
|
position: Vector2(0.2, -0.2),
|
|
|
|
position: Vector2(0.21, -0.3),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|