mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 22:14:20 +02:00
review
This commit is contained in:
parent
da07a9e607
commit
cc18e1c914
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue