changes fire parameters

This commit is contained in:
Matthew Rothlisberger
2025-07-07 21:01:36 -04:00
parent 2a8e221e80
commit 99f3ab96ba
4 changed files with 19 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ colormix_col2: u32 = 0x000000FF,
colormix_col3: u32 = 0x20000000,
default_input: Input = .login,
doom_fire_height: u8 = 6,
doom_default_colors: bool = true,
doom_fire_spread: u8 = 2,
doom_top_color: u32 = 0x00FF0000,
doom_middle_color: u32 = 0x00FFFF00,
doom_bottom_color: u32 = 0x00FFFFFF,