Skip to content

Commit

Permalink
Add dolphin poop meme to the surprises
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Feb 21, 2025
1 parent 9067715 commit b018ce0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/dashboard_defs/themes/barebones.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];
Expand Down
14 changes: 14 additions & 0 deletions src/dashboard_defs/themes/retro_room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];
Expand Down
14 changes: 14 additions & 0 deletions src/dashboard_defs/themes/standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];
Expand Down

0 comments on commit b018ce0

Please sign in to comment.