Rename species to generation
This commit is contained in:
parent
3414f38c3a
commit
f3f2547724
10 changed files with 31 additions and 31 deletions
|
|
@ -2,7 +2,7 @@ import { vec3 } from 'gl-matrix';
|
|||
|
||||
export interface RenderSettings {
|
||||
brushColor: vec3;
|
||||
speciesAColor: vec3;
|
||||
speciesBColor: vec3;
|
||||
evenGenerationColor: vec3;
|
||||
oddGenerationColor: vec3;
|
||||
clarity: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue