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

@@ -147,11 +147,6 @@ gameoflife_frame_delay = 6
# 0.7+ -> Dense, chaotic patterns
gameoflife_initial_density = 0.4
# Game of Life randomize colors (true/false)
# false -> Use the fixed gameoflife_fg color
# true -> Generate one random color at startup and use it for the entire session
gameoflife_randomize_colors = false
# Remove main box borders
hide_borders = false