This commit is contained in:
Andras Schmelczer 2023-05-21 11:03:43 +01:00
parent 7e8ca4b16f
commit b547dc3339
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 9 additions and 9 deletions

View file

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