chore: added assets for how to play screen

pull/230/head
Jonathan Daniels 3 years ago
parent 47b74e3a9d
commit c2baa74216

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -14,6 +14,7 @@ class $AssetsImagesGen {
const $AssetsImagesBonusAnimationGen();
$AssetsImagesComponentsGen get components =>
const $AssetsImagesComponentsGen();
$AssetsImagesHowToPlayGen get howToPlay => const $AssetsImagesHowToPlayGen();
}
class $AssetsImagesBonusAnimationGen {
@ -48,6 +49,30 @@ class $AssetsImagesComponentsGen {
const AssetGenImage('assets/images/components/background.png');
}
class $AssetsImagesHowToPlayGen {
const $AssetsImagesHowToPlayGen();
/// File path: assets/images/how_to_play/background.png
AssetGenImage get background =>
const AssetGenImage('assets/images/how_to_play/background.png');
/// File path: assets/images/how_to_play/down_arrow.png
AssetGenImage get downArrow =>
const AssetGenImage('assets/images/how_to_play/down_arrow.png');
/// File path: assets/images/how_to_play/key_circle.png
AssetGenImage get keyCircle =>
const AssetGenImage('assets/images/how_to_play/key_circle.png');
/// File path: assets/images/how_to_play/left_arrow.png
AssetGenImage get leftArrow =>
const AssetGenImage('assets/images/how_to_play/left_arrow.png');
/// File path: assets/images/how_to_play/space.png
AssetGenImage get space =>
const AssetGenImage('assets/images/how_to_play/space.png');
}
class Assets {
Assets._();

@ -48,6 +48,7 @@ flutter:
assets:
- assets/images/components/
- assets/images/bonus_animation/
- assets/images/how_to_play/
flutter_gen:
line_length: 80

Loading…
Cancel
Save