chore: added right arrow

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -68,6 +68,10 @@ class $AssetsImagesHowToPlayGen {
AssetGenImage get leftArrow =>
const AssetGenImage('assets/images/how_to_play/left_arrow.png');
/// File path: assets/images/how_to_play/right_arrow.png
AssetGenImage get rightArrow =>
const AssetGenImage('assets/images/how_to_play/right_arrow.png');
/// File path: assets/images/how_to_play/space.png
AssetGenImage get space =>
const AssetGenImage('assets/images/how_to_play/space.png');

Loading…
Cancel
Save