diff --git a/assets/images/how_to_play/right_arrow.png b/assets/images/how_to_play/right_arrow.png new file mode 100644 index 00000000..981076a5 Binary files /dev/null and b/assets/images/how_to_play/right_arrow.png differ diff --git a/lib/gen/assets.gen.dart b/lib/gen/assets.gen.dart index b4c312f0..1dacd14d 100644 --- a/lib/gen/assets.gen.dart +++ b/lib/gen/assets.gen.dart @@ -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');