mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
reimplements PSX Doom fire animation; adds flame height control
This commit is contained in:
@@ -354,7 +354,7 @@ pub fn main() !void {
|
||||
animation = dummy.animation();
|
||||
},
|
||||
.doom => {
|
||||
var doom = try Doom.init(allocator, &buffer, config.doom_top_color, config.doom_middle_color, config.doom_bottom_color);
|
||||
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);
|
||||
animation = doom.animation();
|
||||
},
|
||||
.matrix => {
|
||||
|
||||
Reference in New Issue
Block a user