|
|
@ -26,6 +26,8 @@ class $AssetsImagesGen {
|
|
|
|
$AssetsImagesKickerGen get kicker => const $AssetsImagesKickerGen();
|
|
|
|
$AssetsImagesKickerGen get kicker => const $AssetsImagesKickerGen();
|
|
|
|
$AssetsImagesLaunchRampGen get launchRamp =>
|
|
|
|
$AssetsImagesLaunchRampGen get launchRamp =>
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierGen get multiplier =>
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierGen();
|
|
|
|
$AssetsImagesPlungerGen get plunger => const $AssetsImagesPlungerGen();
|
|
|
|
$AssetsImagesPlungerGen get plunger => const $AssetsImagesPlungerGen();
|
|
|
|
$AssetsImagesSignpostGen get signpost => const $AssetsImagesSignpostGen();
|
|
|
|
$AssetsImagesSignpostGen get signpost => const $AssetsImagesSignpostGen();
|
|
|
|
$AssetsImagesSlingshotGen get slingshot => const $AssetsImagesSlingshotGen();
|
|
|
|
$AssetsImagesSlingshotGen get slingshot => const $AssetsImagesSlingshotGen();
|
|
|
@ -197,6 +199,16 @@ class $AssetsImagesLaunchRampGen {
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/ramp.png');
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/ramp.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierGen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierX2Gen get x2 => const $AssetsImagesMultiplierX2Gen();
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierX3Gen get x3 => const $AssetsImagesMultiplierX3Gen();
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierX4Gen get x4 => const $AssetsImagesMultiplierX4Gen();
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierX5Gen get x5 => const $AssetsImagesMultiplierX5Gen();
|
|
|
|
|
|
|
|
$AssetsImagesMultiplierX6Gen get x6 => const $AssetsImagesMultiplierX6Gen();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesPlungerGen {
|
|
|
|
class $AssetsImagesPlungerGen {
|
|
|
|
const $AssetsImagesPlungerGen();
|
|
|
|
const $AssetsImagesPlungerGen();
|
|
|
|
|
|
|
|
|
|
|
@ -261,8 +273,10 @@ class $AssetsImagesSpaceshipGen {
|
|
|
|
class $AssetsImagesSparkyGen {
|
|
|
|
class $AssetsImagesSparkyGen {
|
|
|
|
const $AssetsImagesSparkyGen();
|
|
|
|
const $AssetsImagesSparkyGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/sparky/animatronic.png
|
|
|
|
AssetGenImage get animatronic =>
|
|
|
|
AssetGenImage get animatronic =>
|
|
|
|
const AssetGenImage('assets/images/sparky/animatronic.png');
|
|
|
|
const AssetGenImage('assets/images/sparky/animatronic.png');
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesSparkyBumperGen get bumper =>
|
|
|
|
$AssetsImagesSparkyBumperGen get bumper =>
|
|
|
|
const $AssetsImagesSparkyBumperGen();
|
|
|
|
const $AssetsImagesSparkyBumperGen();
|
|
|
|
$AssetsImagesSparkyComputerGen get computer =>
|
|
|
|
$AssetsImagesSparkyComputerGen get computer =>
|
|
|
@ -302,6 +316,66 @@ class $AssetsImagesDashBumperGen {
|
|
|
|
const $AssetsImagesDashBumperMainGen();
|
|
|
|
const $AssetsImagesDashBumperMainGen();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierX2Gen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierX2Gen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x2/active.png
|
|
|
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x2/active.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x2/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x2/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierX3Gen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierX3Gen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x3/active.png
|
|
|
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x3/active.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x3/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x3/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierX4Gen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierX4Gen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x4/active.png
|
|
|
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x4/active.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x4/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x4/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierX5Gen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierX5Gen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x5/active.png
|
|
|
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x5/active.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x5/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x5/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesMultiplierX6Gen {
|
|
|
|
|
|
|
|
const $AssetsImagesMultiplierX6Gen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x6/active.png
|
|
|
|
|
|
|
|
AssetGenImage get active =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x6/active.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/multiplier/x6/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/multiplier/x6/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesSpaceshipRailGen {
|
|
|
|
class $AssetsImagesSpaceshipRailGen {
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
|
|
|
|
|
|
|
|