|
|
@ -390,29 +390,29 @@ class $AssetsImagesDashBumperMainGen {
|
|
|
|
class $AssetsImagesSpaceshipRampArrowGen {
|
|
|
|
class $AssetsImagesSpaceshipRampArrowGen {
|
|
|
|
const $AssetsImagesSpaceshipRampArrowGen();
|
|
|
|
const $AssetsImagesSpaceshipRampArrowGen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/five-active.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/active1.png
|
|
|
|
AssetGenImage get fiveActive =>
|
|
|
|
AssetGenImage get active1 =>
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/five-active.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/active1.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/four-active.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/active2.png
|
|
|
|
AssetGenImage get fourActive =>
|
|
|
|
AssetGenImage get active2 =>
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/four-active.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/active2.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/inactive.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/active3.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get active3 =>
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/active3.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/one-active.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/active4.png
|
|
|
|
AssetGenImage get oneActive =>
|
|
|
|
AssetGenImage get active4 =>
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/one-active.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/active4.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/three-active.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/active5.png
|
|
|
|
AssetGenImage get threeActive => const AssetGenImage(
|
|
|
|
AssetGenImage get active5 =>
|
|
|
|
'assets/images/spaceship/ramp/arrow/three-active.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/active5.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/two-active.png
|
|
|
|
/// File path: assets/images/spaceship/ramp/arrow/inactive.png
|
|
|
|
AssetGenImage get twoActive =>
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/two-active.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/arrow/inactive.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesSparkyBumperAGen {
|
|
|
|
class $AssetsImagesSparkyBumperAGen {
|
|
|
|