Remove color randomization from Game of Life animation

This commit is contained in:
thoxy
2025-06-17 12:35:22 +02:00
parent b4952cdc51
commit a5e38e2ce5
3 changed files with 3 additions and 21 deletions

View File

@@ -40,7 +40,6 @@ gameoflife_fg: u32 = 0x0000FF00,
gameoflife_entropy_interval: usize = 10,
gameoflife_frame_delay: usize = 6,
gameoflife_initial_density: f32 = 0.4,
gameoflife_randomize_colors: bool = false,
hide_borders: bool = false,
hide_key_hints: bool = false,
initial_info_text: ?[]const u8 = null,