diff --git a/src/dashboard_defs/themes/barebones.rs b/src/dashboard_defs/themes/barebones.rs index d70bd7d..97e2168 100644 --- a/src/dashboard_defs/themes/barebones.rs +++ b/src/dashboard_defs/themes/barebones.rs @@ -286,6 +286,20 @@ pub async fn make_dashboard( local_hours_24_start: 10, local_hours_24_end: 20, + flicker_window: true + }, + + SurpriseCreationInfo { + texture_path: "assets/poop.jpg", + texture_blend_mode: BlendMode::None, + + update_rate: Duration::milliseconds(500), + num_update_steps_to_appear_for: 8, + chance_of_appearing_when_updating: 0.00003, + + local_hours_24_start: 0, + local_hours_24_end: 23, + flicker_window: true } ]; diff --git a/src/dashboard_defs/themes/retro_room.rs b/src/dashboard_defs/themes/retro_room.rs index fa3936a..c6502c7 100644 --- a/src/dashboard_defs/themes/retro_room.rs +++ b/src/dashboard_defs/themes/retro_room.rs @@ -278,6 +278,20 @@ pub async fn make_dashboard( local_hours_24_start: 10, local_hours_24_end: 20, + flicker_window: true + }, + + SurpriseCreationInfo { + texture_path: "assets/poop.jpg", + texture_blend_mode: BlendMode::None, + + update_rate: Duration::milliseconds(500), + num_update_steps_to_appear_for: 8, + chance_of_appearing_when_updating: 0.00003, + + local_hours_24_start: 0, + local_hours_24_end: 23, + flicker_window: true } ]; diff --git a/src/dashboard_defs/themes/standard.rs b/src/dashboard_defs/themes/standard.rs index 627e9cc..a5fa2f2 100644 --- a/src/dashboard_defs/themes/standard.rs +++ b/src/dashboard_defs/themes/standard.rs @@ -278,6 +278,20 @@ pub async fn make_dashboard( local_hours_24_start: 10, local_hours_24_end: 20, + flicker_window: true + }, + + SurpriseCreationInfo { + texture_path: "assets/poop.jpg", + texture_blend_mode: BlendMode::None, + + update_rate: Duration::milliseconds(500), + num_update_steps_to_appear_for: 8, + chance_of_appearing_when_updating: 0.00003, + + local_hours_24_start: 0, + local_hours_24_end: 23, + flicker_window: true } ];