chore: add link box assets

pull/360/head
arturplaczek 3 years ago
parent ace61193fb
commit d6080da8b9

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -14,6 +14,7 @@ class $AssetsImagesGen {
const $AssetsImagesBonusAnimationGen();
$AssetsImagesComponentsGen get components =>
const $AssetsImagesComponentsGen();
$AssetsImagesLinkBoxGen get linkBox => const $AssetsImagesLinkBoxGen();
$AssetsImagesScoreGen get score => const $AssetsImagesScoreGen();
}
@ -53,6 +54,18 @@ class $AssetsImagesComponentsGen {
const AssetGenImage('assets/images/components/space.png');
}
class $AssetsImagesLinkBoxGen {
const $AssetsImagesLinkBoxGen();
/// File path: assets/images/link_box/background.png
AssetGenImage get background =>
const AssetGenImage('assets/images/link_box/background.png');
/// File path: assets/images/link_box/info.png
AssetGenImage get info =>
const AssetGenImage('assets/images/link_box/info.png');
}
class $AssetsImagesScoreGen {
const $AssetsImagesScoreGen();

@ -17,7 +17,7 @@ dependencies:
flame: ^1.1.1
flame_bloc: ^1.2.0
flame_forge2d:
git:
git:
url: https://github.com/flame-engine/flame/
path: packages/flame_forge2d/
ref: a50d4a1e7d9eaf66726ed1bb9894c9d495547d8f
@ -60,6 +60,7 @@ flutter:
- assets/images/components/
- assets/images/bonus_animation/
- assets/images/score/
- assets/images/link_box/
flutter_gen:
line_length: 80

Loading…
Cancel
Save