|
|
@ -18,6 +18,7 @@ class $AssetsImagesGen {
|
|
|
|
/// File path: assets/images/board-background.png
|
|
|
|
/// File path: assets/images/board-background.png
|
|
|
|
AssetGenImage get boardBackground =>
|
|
|
|
AssetGenImage get boardBackground =>
|
|
|
|
const AssetGenImage('assets/images/board-background.png');
|
|
|
|
const AssetGenImage('assets/images/board-background.png');
|
|
|
|
|
|
|
|
|
|
|
|
$AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen();
|
|
|
|
$AssetsImagesBoundaryGen get boundary => const $AssetsImagesBoundaryGen();
|
|
|
|
$AssetsImagesDashGen get dash => const $AssetsImagesDashGen();
|
|
|
|
$AssetsImagesDashGen get dash => const $AssetsImagesDashGen();
|
|
|
|
$AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen();
|
|
|
|
$AssetsImagesDinoGen get dino => const $AssetsImagesDinoGen();
|
|
|
@ -316,88 +317,88 @@ class $AssetsImagesDashBumperGen {
|
|
|
|
const $AssetsImagesDashBumperMainGen();
|
|
|
|
const $AssetsImagesDashBumperMainGen();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesDinoAnimatronicGen {
|
|
|
|
|
|
|
|
const $AssetsImagesDinoAnimatronicGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/animatronic/head.png
|
|
|
|
|
|
|
|
AssetGenImage get head =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/dino/animatronic/head.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/animatronic/mouth.png
|
|
|
|
|
|
|
|
AssetGenImage get mouth =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/dino/animatronic/mouth.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter1Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter1Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter1Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter1Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter1/active.png
|
|
|
|
/// File path: assets/images/google_word/letter1/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter1/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter1/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter1/inactive.png
|
|
|
|
/// File path: assets/images/google_word/letter1/lit.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter1/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter1/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter2Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter2Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter2Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter2Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter2/active.png
|
|
|
|
/// File path: assets/images/google_word/letter2/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter2/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter2/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter2/inactive.png
|
|
|
|
/// File path: assets/images/google_word/letter2/lit.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter2/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter2/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter3Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter3Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter3Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter3Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter3/active.png
|
|
|
|
/// File path: assets/images/google_word/letter3/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter3/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter3/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter3/inactive.png
|
|
|
|
/// File path: assets/images/google_word/letter3/lit.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter3/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter3/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter4Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter4Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter4Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter4Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter4/active.png
|
|
|
|
/// File path: assets/images/google_word/letter4/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter4/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter4/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter4/inactive.png
|
|
|
|
/// File path: assets/images/google_word/letter4/lit.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter4/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter4/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter5Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter5Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter5Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter5Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter5/active.png
|
|
|
|
/// File path: assets/images/google_word/letter5/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter5/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter5/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter5/inactive.png
|
|
|
|
/// File path: assets/images/google_word/letter5/lit.png
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter5/inactive.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter5/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesGoogleWordLetter6Gen {
|
|
|
|
class $AssetsImagesGoogleWordLetter6Gen {
|
|
|
|
const $AssetsImagesGoogleWordLetter6Gen();
|
|
|
|
const $AssetsImagesGoogleWordLetter6Gen();
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter6/active.png
|
|
|
|
/// File path: assets/images/google_word/letter6/dimmed.png
|
|
|
|
AssetGenImage get active =>
|
|
|
|
AssetGenImage get dimmed =>
|
|
|
|
const AssetGenImage('assets/images/google_word/letter6/active.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter6/dimmed.png');
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/google_word/letter6/inactive.png
|
|
|
|
|
|
|
|
AssetGenImage get inactive =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/google_word/letter6/inactive.png');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesDinoAnimatronicGen {
|
|
|
|
|
|
|
|
const $AssetsImagesDinoAnimatronicGen();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/animatronic/head.png
|
|
|
|
|
|
|
|
AssetGenImage get head =>
|
|
|
|
|
|
|
|
const AssetGenImage('assets/images/dino/animatronic/head.png');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// File path: assets/images/dino/animatronic/mouth.png
|
|
|
|
/// File path: assets/images/google_word/letter6/lit.png
|
|
|
|
AssetGenImage get mouth =>
|
|
|
|
AssetGenImage get lit =>
|
|
|
|
const AssetGenImage('assets/images/dino/animatronic/mouth.png');
|
|
|
|
const AssetGenImage('assets/images/google_word/letter6/lit.png');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class $AssetsImagesKickerLeftGen {
|
|
|
|
class $AssetsImagesKickerLeftGen {
|
|
|
|