Rename species to generation

This commit is contained in:
Andras Schmelczer 2023-05-21 13:53:06 +01:00
parent 3414f38c3a
commit f3f2547724
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
10 changed files with 31 additions and 31 deletions

View file

@ -2,7 +2,7 @@ import { vec3 } from 'gl-matrix';
export interface RenderSettings {
brushColor: vec3;
speciesAColor: vec3;
speciesBColor: vec3;
evenGenerationColor: vec3;
oddGenerationColor: vec3;
clarity: number;
}