Skip to content

Commit

Permalink
Make a Nate Hintze surprise - will show him around once every 22 hour…
Browse files Browse the repository at this point in the history
…s (slowly flickering), from 10am to 8pm (would be too scary if earlier or later).
  • Loading branch information
CaspianA1 committed Jan 30, 2025
1 parent 86f56ef commit 594cc52
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Binary file added assets/hintze.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/dashboard_defs/themes/barebones.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,20 @@ pub async fn make_dashboard(
local_hours_24_start: 0,
local_hours_24_end: 23,

flicker_window: true
},

SurpriseCreationInfo {
texture_path: "assets/hintze.jpg",
texture_blend_mode: BlendMode::None,

update_rate: Duration::milliseconds(800),
num_update_steps_to_appear_for: 10,
chance_of_appearing_when_updating: 0.00001,

local_hours_24_start: 10,
local_hours_24_end: 20,

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 @@ -264,6 +264,20 @@ pub async fn make_dashboard(
local_hours_24_start: 0,
local_hours_24_end: 23,

flicker_window: true
},

SurpriseCreationInfo {
texture_path: "assets/hintze.jpg",
texture_blend_mode: BlendMode::None,

update_rate: Duration::milliseconds(800),
num_update_steps_to_appear_for: 10,
chance_of_appearing_when_updating: 0.00001,

local_hours_24_start: 10,
local_hours_24_end: 20,

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 @@ -264,6 +264,20 @@ pub async fn make_dashboard(
local_hours_24_start: 0,
local_hours_24_end: 23,

flicker_window: true
},

SurpriseCreationInfo {
texture_path: "assets/hintze.jpg",
texture_blend_mode: BlendMode::None,

update_rate: Duration::milliseconds(800),
num_update_steps_to_appear_for: 10,
chance_of_appearing_when_updating: 0.00001,

local_hours_24_start: 10,
local_hours_24_end: 20,

flicker_window: true
}
];
Expand Down

0 comments on commit 594cc52

Please sign in to comment.