|
|
@ -27,17 +27,7 @@ class $AssetsImagesGen {
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesLaunchRampGen get launchRamp =>
|
|
|
|
$AssetsImagesLaunchRampGen get launchRamp =>
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
const $AssetsImagesLaunchRampGen();
|
|
|
|
|
|
|
|
$AssetsImagesSpaceshipGen get spaceship => const $AssetsImagesSpaceshipGen();
|
|
|
|
/// File path: assets/images/spaceship_bridge.png
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipBridge =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_bridge.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesSpaceshipRampGen get spaceshipRamp =>
|
|
|
|
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship_saucer.png
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipSaucer =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship_saucer.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesBaseboardGen {
|
|
|
|
class $AssetsImagesBaseboardGen {
|
|
|
@ -109,24 +99,21 @@ class $AssetsImagesLaunchRampGen {
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/ramp.png');
|
|
|
|
const AssetGenImage('assets/images/launch_ramp/ramp.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesSpaceshipRampGen {
|
|
|
|
class $AssetsImagesSpaceshipGen {
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
const $AssetsImagesSpaceshipGen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship_ramp/spaceship_drop_tube.png
|
|
|
|
|
|
|
|
AssetGenImage get spaceshipDropTube => const AssetGenImage(
|
|
|
|
|
|
|
|
'assets/images/spaceship_ramp/spaceship_drop_tube.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship_ramp/spaceship_railing_bg.png
|
|
|
|
/// File path: assets/images/spaceship/bridge.png
|
|
|
|
AssetGenImage get spaceshipRailingBg => const AssetGenImage(
|
|
|
|
AssetGenImage get bridge =>
|
|
|
|
'assets/images/spaceship_ramp/spaceship_railing_bg.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/bridge.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship_ramp/spaceship_railing_fg.png
|
|
|
|
$AssetsImagesSpaceshipRailGen get rail =>
|
|
|
|
AssetGenImage get spaceshipRailingFg => const AssetGenImage(
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
'assets/images/spaceship_ramp/spaceship_railing_fg.png');
|
|
|
|
$AssetsImagesSpaceshipRampGen get ramp =>
|
|
|
|
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship_ramp/spaceship_ramp.png
|
|
|
|
/// File path: assets/images/spaceship/saucer.png
|
|
|
|
AssetGenImage get spaceshipRamp =>
|
|
|
|
AssetGenImage get saucer =>
|
|
|
|
const AssetGenImage('assets/images/spaceship_ramp/spaceship_ramp.png');
|
|
|
|
const AssetGenImage('assets/images/spaceship/saucer.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesDashBumperAGen {
|
|
|
|
class $AssetsImagesDashBumperAGen {
|
|
|
@ -165,6 +152,34 @@ class $AssetsImagesDashBumperMainGen {
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/main/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/dash_bumper/main/inactive.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesSpaceshipRailGen {
|
|
|
|
|
|
|
|
const $AssetsImagesSpaceshipRailGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/rail/foreground.png
|
|
|
|
|
|
|
|
AssetGenImage get foreground =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/rail/foreground.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/rail/rail.png
|
|
|
|
|
|
|
|
AssetGenImage get rail =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/rail/rail.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesSpaceshipRampGen {
|
|
|
|
|
|
|
|
const $AssetsImagesSpaceshipRampGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/railing-background.png
|
|
|
|
|
|
|
|
AssetGenImage get railingBackground => const AssetGenImage(
|
|
|
|
|
|
|
|
'assets/images/spaceship/ramp/railing-background.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/railing-foreground.png
|
|
|
|
|
|
|
|
AssetGenImage get railingForeground => const AssetGenImage(
|
|
|
|
|
|
|
|
'assets/images/spaceship/ramp/railing-foreground.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/spaceship/ramp/ramp.png
|
|
|
|
|
|
|
|
AssetGenImage get ramp =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/spaceship/ramp/ramp.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class Assets {
|
|
|
|
class Assets {
|
|
|
|
Assets._();
|
|
|
|
Assets._();
|
|
|
|
|
|
|
|
|
|
|
|