From cc18e1c914a85870deff7b2c10fc48cde0d04d45 Mon Sep 17 00:00:00 2001 From: RadsammyT Date: Fri, 21 Aug 2026 13:39:34 -0400 Subject: [PATCH] review --- res/config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/res/config.ini b/res/config.ini index 1461a92..7511f99 100644 --- a/res/config.ini +++ b/res/config.ini @@ -287,18 +287,18 @@ gameoflife_frame_delay = 6 # 0.7+ -> Dense, chaotic patterns gameoflife_initial_density = 0.4 -# Sets the multiple amounts of neighbors needed for a cell to survive. -# Each numerical digit from 0 to 8 inclusive in this string becomes -# one of the targets required for this cell to survive. -# Example: a string of "23" makes the cell survive on 2 or 3 neighbors -gameoflife_param_survival = "23" - # Sets the multiple amounts of neighbors needed for a cell to be born. # Each numerical digit from 0 to 8 inclusive in this string becomes # one of the targets required for this cell to be born. # Example: a string of "3" makes the cell be born on 3 neighbors gameoflife_param_birth = "3" +# Sets the multiple amounts of neighbors needed for a cell to survive. +# Each numerical digit from 0 to 8 inclusive in this string becomes +# one of the targets required for this cell to survive. +# Example: a string of "23" makes the cell survive on 2 or 3 neighbors +gameoflife_param_survival = "23" + # Remove main box borders hide_borders = false