mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 06:24:20 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
9b00df4337
3 changed files with 10 additions and 3 deletions
|
|
@ -41,6 +41,7 @@ gameoflife_entropy_interval: usize = 10,
|
|||
gameoflife_frame_delay: usize = 6,
|
||||
gameoflife_initial_density: f32 = 0.4,
|
||||
hide_borders: bool = false,
|
||||
hide_version_string: bool = false,
|
||||
hide_key_hints: bool = false,
|
||||
initial_info_text: ?[]const u8 = null,
|
||||
input_len: u8 = 34,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue