Default settings
This commit is contained in:
parent
67854d9189
commit
a96bbb2ed2
@ -23,10 +23,10 @@ pub struct Simulation {
|
|||||||
impl Default for Simulation {
|
impl Default for Simulation {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
circles_count: 3,
|
circles_count: 4,
|
||||||
circles: Vec::new(),
|
circles: Vec::new(),
|
||||||
colors: Vec::new(),
|
colors: Vec::new(),
|
||||||
show_extras: true,
|
show_extras: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user