feat: added assets for scores

pull/276/head
RuiAlonso 3 years ago
parent 650ecaf10c
commit 87055b9e3c

@ -115,6 +115,29 @@ extension PinballGameAssetsX on PinballGame {
images.load(components.Assets.images.multiplier.x5.dimmed.keyName), images.load(components.Assets.images.multiplier.x5.dimmed.keyName),
images.load(components.Assets.images.multiplier.x6.lit.keyName), images.load(components.Assets.images.multiplier.x6.lit.keyName),
images.load(components.Assets.images.multiplier.x6.dimmed.keyName), images.load(components.Assets.images.multiplier.x6.dimmed.keyName),
images.load(components.Assets.images.score.points1m.keyName),
images.load(components.Assets.images.score.points1m2.keyName),
images.load(components.Assets.images.score.points2m.keyName),
images.load(components.Assets.images.score.points3m.keyName),
images.load(components.Assets.images.score.points4m.keyName),
images.load(components.Assets.images.score.points5k.keyName),
images.load(components.Assets.images.score.points5m.keyName),
images.load(components.Assets.images.score.points6m.keyName),
images.load(components.Assets.images.score.points10k.keyName),
images.load(components.Assets.images.score.points15k.keyName),
images.load(components.Assets.images.score.points20k.keyName),
images.load(components.Assets.images.score.points25k.keyName),
images.load(components.Assets.images.score.points30k.keyName),
images.load(components.Assets.images.score.points40k.keyName),
images.load(components.Assets.images.score.points50k.keyName),
images.load(components.Assets.images.score.points60k.keyName),
images.load(components.Assets.images.score.points80k.keyName),
images.load(components.Assets.images.score.points100k.keyName),
images.load(components.Assets.images.score.points120k.keyName),
images.load(components.Assets.images.score.points200k.keyName),
images.load(components.Assets.images.score.points400k.keyName),
images.load(components.Assets.images.score.points600k.keyName),
images.load(components.Assets.images.score.points800k.keyName),
images.load(dashTheme.leaderboardIcon.keyName), images.load(dashTheme.leaderboardIcon.keyName),
images.load(sparkyTheme.leaderboardIcon.keyName), images.load(sparkyTheme.leaderboardIcon.keyName),
images.load(androidTheme.leaderboardIcon.keyName), images.load(androidTheme.leaderboardIcon.keyName),

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@ -18,6 +18,7 @@ class $AssetsImagesGen {
/// File path: assets/images/board-background.png /// File path: assets/images/board-background.png
AssetGenImage get boardBackground => AssetGenImage get boardBackground =>
const AssetGenImage('assets/images/board-background.png'); const AssetGenImage('assets/images/board-background.png');
$AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen(); $AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen();
$AssetsImagesDashGen get dash => const $AssetsImagesDashGen(); $AssetsImagesDashGen get dash => const $AssetsImagesDashGen();
$AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen(); $AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen();
@ -30,6 +31,7 @@ class $AssetsImagesGen {
$AssetsImagesMultiplierGen get multiplier => $AssetsImagesMultiplierGen get multiplier =>
const $AssetsImagesMultiplierGen(); const $AssetsImagesMultiplierGen();
$AssetsImagesPlungerGen get plunger => const $AssetsImagesPlungerGen(); $AssetsImagesPlungerGen get plunger => const $AssetsImagesPlungerGen();
$AssetsImagesScoreGen get score => const $AssetsImagesScoreGen();
$AssetsImagesSignpostGen get signpost => const $AssetsImagesSignpostGen(); $AssetsImagesSignpostGen get signpost => const $AssetsImagesSignpostGen();
$AssetsImagesSlingshotGen get slingshot => const $AssetsImagesSlingshotGen(); $AssetsImagesSlingshotGen get slingshot => const $AssetsImagesSlingshotGen();
$AssetsImagesSparkyGen get sparky => const $AssetsImagesSparkyGen(); $AssetsImagesSparkyGen get sparky => const $AssetsImagesSparkyGen();
@ -216,6 +218,102 @@ class $AssetsImagesPlungerGen {
const AssetGenImage('assets/images/plunger/rocket.png'); const AssetGenImage('assets/images/plunger/rocket.png');
} }
class $AssetsImagesScoreGen {
const $AssetsImagesScoreGen();
/// File path: assets/images/score/points-100k.png
AssetGenImage get points100k =>
const AssetGenImage('assets/images/score/points-100k.png');
/// File path: assets/images/score/points-10k.png
AssetGenImage get points10k =>
const AssetGenImage('assets/images/score/points-10k.png');
/// File path: assets/images/score/points-120k.png
AssetGenImage get points120k =>
const AssetGenImage('assets/images/score/points-120k.png');
/// File path: assets/images/score/points-15k.png
AssetGenImage get points15k =>
const AssetGenImage('assets/images/score/points-15k.png');
/// File path: assets/images/score/points-1m.png
AssetGenImage get points1m =>
const AssetGenImage('assets/images/score/points-1m.png');
/// File path: assets/images/score/points-1m2.png
AssetGenImage get points1m2 =>
const AssetGenImage('assets/images/score/points-1m2.png');
/// File path: assets/images/score/points-200k.png
AssetGenImage get points200k =>
const AssetGenImage('assets/images/score/points-200k.png');
/// File path: assets/images/score/points-20k.png
AssetGenImage get points20k =>
const AssetGenImage('assets/images/score/points-20k.png');
/// File path: assets/images/score/points-25k.png
AssetGenImage get points25k =>
const AssetGenImage('assets/images/score/points-25k.png');
/// File path: assets/images/score/points-2m.png
AssetGenImage get points2m =>
const AssetGenImage('assets/images/score/points-2m.png');
/// File path: assets/images/score/points-30k.png
AssetGenImage get points30k =>
const AssetGenImage('assets/images/score/points-30k.png');
/// File path: assets/images/score/points-3m.png
AssetGenImage get points3m =>
const AssetGenImage('assets/images/score/points-3m.png');
/// File path: assets/images/score/points-400k.png
AssetGenImage get points400k =>
const AssetGenImage('assets/images/score/points-400k.png');
/// File path: assets/images/score/points-40k.png
AssetGenImage get points40k =>
const AssetGenImage('assets/images/score/points-40k.png');
/// File path: assets/images/score/points-4m.png
AssetGenImage get points4m =>
const AssetGenImage('assets/images/score/points-4m.png');
/// File path: assets/images/score/points-50k.png
AssetGenImage get points50k =>
const AssetGenImage('assets/images/score/points-50k.png');
/// File path: assets/images/score/points-5k.png
AssetGenImage get points5k =>
const AssetGenImage('assets/images/score/points-5k.png');
/// File path: assets/images/score/points-5m.png
AssetGenImage get points5m =>
const AssetGenImage('assets/images/score/points-5m.png');
/// File path: assets/images/score/points-600k.png
AssetGenImage get points600k =>
const AssetGenImage('assets/images/score/points-600k.png');
/// File path: assets/images/score/points-60k.png
AssetGenImage get points60k =>
const AssetGenImage('assets/images/score/points-60k.png');
/// File path: assets/images/score/points-6m.png
AssetGenImage get points6m =>
const AssetGenImage('assets/images/score/points-6m.png');
/// File path: assets/images/score/points-800k.png
AssetGenImage get points800k =>
const AssetGenImage('assets/images/score/points-800k.png');
/// File path: assets/images/score/points-80k.png
AssetGenImage get points80k =>
const AssetGenImage('assets/images/score/points-80k.png');
}
class $AssetsImagesSignpostGen { class $AssetsImagesSignpostGen {
const $AssetsImagesSignpostGen(); const $AssetsImagesSignpostGen();

@ -80,6 +80,7 @@ flutter:
- assets/images/multiplier/x4/ - assets/images/multiplier/x4/
- assets/images/multiplier/x5/ - assets/images/multiplier/x5/
- assets/images/multiplier/x6/ - assets/images/multiplier/x6/
- assets/images/score/
flutter_gen: flutter_gen:
line_length: 80 line_length: 80

Loading…
Cancel
Save