mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-24 07:01:02 +08:00
feat: new default background
This commit is contained in:
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 64 KiB |
@ -40,6 +40,9 @@ class $AssetsAnimationsGen {
|
||||
/// File path: assets/animations/bg_08.riv
|
||||
RiveGenImage get bg08 => const RiveGenImage('assets/animations/bg_08.riv');
|
||||
|
||||
/// File path: assets/animations/bg_09.riv
|
||||
RiveGenImage get bg09 => const RiveGenImage('assets/animations/bg_09.riv');
|
||||
|
||||
/// File path: assets/animations/dash_desktop.riv
|
||||
RiveGenImage get dashDesktop =>
|
||||
const RiveGenImage('assets/animations/dash_desktop.riv');
|
||||
@ -67,6 +70,7 @@ class $AssetsAnimationsGen {
|
||||
bg06,
|
||||
bg07,
|
||||
bg08,
|
||||
bg09,
|
||||
dashDesktop,
|
||||
dashMobile,
|
||||
sparkyDesktop,
|
||||
@ -144,6 +148,9 @@ class $AssetsBackgroundsGen {
|
||||
/// File path: assets/backgrounds/bg_08.png
|
||||
AssetGenImage get bg08 => const AssetGenImage('assets/backgrounds/bg_08.png');
|
||||
|
||||
/// File path: assets/backgrounds/bg_09.png
|
||||
AssetGenImage get bg09 => const AssetGenImage('assets/backgrounds/bg_09.png');
|
||||
|
||||
/// File path: assets/backgrounds/bg_thumbnail_00.png
|
||||
AssetGenImage get bgThumbnail00 =>
|
||||
const AssetGenImage('assets/backgrounds/bg_thumbnail_00.png');
|
||||
@ -180,6 +187,10 @@ class $AssetsBackgroundsGen {
|
||||
AssetGenImage get bgThumbnail08 =>
|
||||
const AssetGenImage('assets/backgrounds/bg_thumbnail_08.png');
|
||||
|
||||
/// File path: assets/backgrounds/bg_thumbnail_09.png
|
||||
AssetGenImage get bgThumbnail09 =>
|
||||
const AssetGenImage('assets/backgrounds/bg_thumbnail_09.png');
|
||||
|
||||
/// File path: assets/backgrounds/holobooth.png
|
||||
AssetGenImage get holobooth =>
|
||||
const AssetGenImage('assets/backgrounds/holobooth.png');
|
||||
@ -212,6 +223,7 @@ class $AssetsBackgroundsGen {
|
||||
bg06,
|
||||
bg07,
|
||||
bg08,
|
||||
bg09,
|
||||
bgThumbnail00,
|
||||
bgThumbnail01,
|
||||
bgThumbnail02,
|
||||
@ -221,6 +233,7 @@ class $AssetsBackgroundsGen {
|
||||
bgThumbnail06,
|
||||
bgThumbnail07,
|
||||
bgThumbnail08,
|
||||
bgThumbnail09,
|
||||
holobooth,
|
||||
landingBackground,
|
||||
loadingBackground,
|
||||
|
@ -27,7 +27,6 @@
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
||||
<link rel="preload" crossorigin="anonymous" as="fetch" href="assets/assets/animations/background.riv" />
|
||||
<link rel="preload" crossorigin="anonymous" as="fetch" href="assets/assets/images/holobooth_avatar.png" />
|
||||
|
||||
<title>Holobooth</title>
|
||||
|
Reference in New Issue
Block a user