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

@@ -354,7 +354,7 @@ pub fn main() !void {
animation = dummy.animation();
},
.doom => {
var doom = try Doom.init(allocator, &buffer, config.doom_fire_height, config.doom_default_colors, config.doom_top_color, config.doom_middle_color, config.doom_bottom_color);
var doom = try Doom.init(allocator, &buffer, config.doom_top_color, config.doom_middle_color, config.doom_bottom_color, config.doom_fire_height, config.doom_fire_spread);
animation = doom.animation();
},
.matrix => {