refactor: updated spaceship ramp assets

pull/207/head
RuiAlonso 3 years ago
parent a7a0082831
commit 6d1e2a5a64

@ -39,6 +39,18 @@ extension PinballGameAssetsX on PinballGame {
images.load(components.Assets.images.spaceship.saucer.keyName),
images.load(components.Assets.images.spaceship.bridge.keyName),
images.load(components.Assets.images.spaceship.ramp.main.keyName),
images
.load(components.Assets.images.spaceship.ramp.arrow.inactive.keyName),
images.load(
components.Assets.images.spaceship.ramp.arrow.oneActive.keyName),
images.load(
components.Assets.images.spaceship.ramp.arrow.twoActive.keyName),
images.load(
components.Assets.images.spaceship.ramp.arrow.threeActive.keyName),
images.load(
components.Assets.images.spaceship.ramp.arrow.fourActive.keyName),
images.load(
components.Assets.images.spaceship.ramp.arrow.fiveActive.keyName),
images.load(components.Assets.images.spaceship.ramp.boardOpening.keyName),
images.load(
components.Assets.images.spaceship.ramp.railingBackground.keyName,

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@ -295,6 +295,9 @@ class $AssetsImagesSpaceshipRailGen {
class $AssetsImagesSpaceshipRampGen {
const $AssetsImagesSpaceshipRampGen();
$AssetsImagesSpaceshipRampArrowGen get arrow =>
const $AssetsImagesSpaceshipRampArrowGen();
/// File path: assets/images/spaceship/ramp/board-opening.png
AssetGenImage get boardOpening =>
const AssetGenImage('assets/images/spaceship/ramp/board-opening.png');
@ -368,6 +371,34 @@ class $AssetsImagesDashBumperMainGen {
const AssetGenImage('assets/images/dash/bumper/main/inactive.png');
}
class $AssetsImagesSpaceshipRampArrowGen {
const $AssetsImagesSpaceshipRampArrowGen();
/// File path: assets/images/spaceship/ramp/arrow/five-active.png
AssetGenImage get fiveActive =>
const AssetGenImage('assets/images/spaceship/ramp/arrow/five-active.png');
/// File path: assets/images/spaceship/ramp/arrow/four-active.png
AssetGenImage get fourActive =>
const AssetGenImage('assets/images/spaceship/ramp/arrow/four-active.png');
/// File path: assets/images/spaceship/ramp/arrow/inactive.png
AssetGenImage get inactive =>
const AssetGenImage('assets/images/spaceship/ramp/arrow/inactive.png');
/// File path: assets/images/spaceship/ramp/arrow/one-active.png
AssetGenImage get oneActive =>
const AssetGenImage('assets/images/spaceship/ramp/arrow/one-active.png');
/// File path: assets/images/spaceship/ramp/arrow/three-active.png
AssetGenImage get threeActive => const AssetGenImage(
'assets/images/spaceship/ramp/arrow/three-active.png');
/// File path: assets/images/spaceship/ramp/arrow/two-active.png
AssetGenImage get twoActive =>
const AssetGenImage('assets/images/spaceship/ramp/arrow/two-active.png');
}
class $AssetsImagesSparkyBumperAGen {
const $AssetsImagesSparkyBumperAGen();

@ -52,6 +52,7 @@ flutter:
- assets/images/spaceship/
- assets/images/spaceship/rail/
- assets/images/spaceship/ramp/
- assets/images/spaceship/ramp/arrow/
- assets/images/chrome_dino/
- assets/images/kicker/
- assets/images/plunger/

Loading…
Cancel
Save